diff options
author | Alan Modra <amodra@gmail.com> | 2001-08-27 10:33:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-08-27 10:33:19 +0000 |
commit | 25a1ff5b2d692cfdd93d0793d4c123e96d2a661d (patch) | |
tree | cab3b820d4efe00bdd4f498b61ec7d4411eb3a84 /binutils/readelf.c | |
parent | 6ba045b1293881aae6c8fa795f611e4a1a890463 (diff) | |
download | gdb-25a1ff5b2d692cfdd93d0793d4c123e96d2a661d.zip gdb-25a1ff5b2d692cfdd93d0793d4c123e96d2a661d.tar.gz gdb-25a1ff5b2d692cfdd93d0793d4c123e96d2a661d.tar.bz2 |
* readelf.c (dump_relocations): Recognise EM_PPC64.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index d79ab55..3c29c8d 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; |