* readelf.c (dump_relocations): Handle EM_ARM as REL.

This commit is contained in:
Catherine Moore 1999-02-01 20:39:54 +00:00
parent 9ac8e451f6
commit e745689c95
2 changed files with 5 additions and 1 deletions

View 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

View 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: