mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-19 17:11:26 +00:00
* readelf.c (dump_relocations): Handle EM_ARM as REL.
This commit is contained in:
parent
9ac8e451f6
commit
e745689c95
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user