summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-08-27 10:33:19 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-08-27 10:33:19 +0000
commit9772701f1ac1fe814ced8e730d405c93ff4f9aa9 (patch)
tree01cec3e0492662d1d834ea95775fd4be535a8a50 /binutils/readelf.c
parentc642a2739c76a9c846951615bd46a560b13d09c4 (diff)
downloadbinutils-redhat-9772701f1ac1fe814ced8e730d405c93ff4f9aa9.tar.gz
* readelf.c (dump_relocations): Recognise EM_PPC64.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index d79ab55959..3c29c8dff1 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -955,6 +955,7 @@ dump_relocations (file, rel_offset, rel_size, symtab, nsyms, strtab, is_rela)
break;
case EM_PPC:
+ case EM_PPC64:
rtype = elf_ppc_reloc_type (type);
break;