From e745689c957be21abe278ae81d7a1b12fab9b27a Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Mon, 1 Feb 1999 20:39:54 +0000 Subject: [PATCH] * readelf.c (dump_relocations): Handle EM_ARM as REL. --- binutils/ChangeLog | 4 ++++ binutils/readelf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 34f848e..83ce59d 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 9547520..a0e0128 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: -- 2.7.4