From: Catherine Moore Date: Mon, 1 Feb 1999 20:39:54 +0000 (+0000) Subject: * readelf.c (dump_relocations): Handle EM_ARM as REL. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e745689c957be21abe278ae81d7a1b12fab9b27a;p=binutils-gdb.git * readelf.c (dump_relocations): Handle EM_ARM as REL. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 34f848eeda1..83ce59db670 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 1 12:38:01 1999 Catherine Moore + + * readelf.c (dump_relocations): Handle EM_ARM as REL. + 1999-01-29 Nick Clifton * readelf.c (process_symbol_table): Do not produce a histogram of diff --git a/binutils/readelf.c b/binutils/readelf.c index 954752029f6..a0e012870b8 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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: