* readelf.c (dump_relocations): Recognise EM_PPC64.
authorAlan Modra <amodra@gmail.com>
Mon, 27 Aug 2001 10:33:19 +0000 (10:33 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 27 Aug 2001 10:33:19 +0000 (10:33 +0000)
binutils/ChangeLog
binutils/readelf.c

index 53bb6ee07d8719f753385fcee324a40e528907fd..2a7989a8513563353951a19fe425f7501e7ff44d 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * readelf.c (dump_relocations): Recognise EM_PPC64.
+
 2001-08-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
index d79ab559595eecefb9018d2623068e2c6dde3038..3c29c8dff101785b8b00632c79a278ed7348759a 100644 (file)
@@ -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;