mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
* readelf.c (dump_relocations): Handle EM_ARM as REL.
This commit is contained in:
@ -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>
|
1999-01-29 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* readelf.c (process_symbol_table): Do not produce a histogram of
|
* readelf.c (process_symbol_table): Do not produce a histogram of
|
||||||
|
@ -338,6 +338,7 @@ dump_relocations (file, rel_offset, rel_size, symtab, strtab)
|
|||||||
/* Compute number of relocations and read them in. */
|
/* Compute number of relocations and read them in. */
|
||||||
switch (elf_header.e_machine)
|
switch (elf_header.e_machine)
|
||||||
{
|
{
|
||||||
|
case EM_ARM:
|
||||||
case EM_386:
|
case EM_386:
|
||||||
case EM_486:
|
case EM_486:
|
||||||
case EM_CYGNUS_M32R:
|
case EM_CYGNUS_M32R:
|
||||||
@ -368,7 +369,6 @@ dump_relocations (file, rel_offset, rel_size, symtab, strtab)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case EM_ARM:
|
|
||||||
case EM_68K:
|
case EM_68K:
|
||||||
case EM_SPARC:
|
case EM_SPARC:
|
||||||
case EM_PPC:
|
case EM_PPC:
|
||||||
|
Reference in New Issue
Block a user