From: Jeff Law Date: Mon, 21 Jun 1999 15:55:49 +0000 (+0000) Subject: h X-Git-Tag: gdb-1999-06-28~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69e617ca276f56efec637614aae718ad7b5d4aab;p=external%2Fbinutils.git h * readelf.c (dump_relocations): Use elf_hppa_reloc_type instead of elf32_hppa_reloc_type. --- diff --git a/binutils/readelf.c b/binutils/readelf.c index aa6003c..709824d 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -699,7 +699,7 @@ dump_relocations (file, rel_offset, rel_size, symtab, nsyms, strtab, is_rela) break; case EM_PARISC: - rtype = elf32_hppa_reloc_type (type); + rtype = elf_hppa_reloc_type (type); break; }