]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* readelf.c (dump_relocations): Handle EM_ARM as REL.
authorCatherine Moore <clm@redhat.com>
Mon, 1 Feb 1999 20:39:54 +0000 (20:39 +0000)
committerCatherine Moore <clm@redhat.com>
Mon, 1 Feb 1999 20:39:54 +0000 (20:39 +0000)
binutils/ChangeLog
binutils/readelf.c

index 34f848eeda1094445500abdb98fff479a63c9ff1..83ce59db670c1804224379f446b3da8cf528879d 100644 (file)
@@ -1,3 +1,7 @@
+Mon Feb  1 12:38:01 1999  Catherine Moore  <clm@cygnus.com>
+    
+        * readelf.c (dump_relocations):  Handle EM_ARM as REL.
+
 1999-01-29  Nick Clifton  <nickc@cygnus.com>
 
        * readelf.c (process_symbol_table): Do not produce a histogram of
index 954752029f678a0b60412eff3d8bd7dbc909d22f..a0e012870b80753264994ce8568a8cd29928ea68 100644 (file)
@@ -338,6 +338,7 @@ dump_relocations (file, rel_offset, rel_size, symtab, strtab)
   /* Compute number of relocations and read them in.  */
   switch (elf_header.e_machine)
     {
+    case EM_ARM:
     case EM_386:
     case EM_486:
     case EM_CYGNUS_M32R:
@@ -368,7 +369,6 @@ dump_relocations (file, rel_offset, rel_size, symtab, strtab)
       }
     break;
 
-    case EM_ARM:
     case EM_68K:
     case EM_SPARC:
     case EM_PPC: