diff --git a/binutils/readelf.c b/binutils/readelf.c index aa6003c536..709824d1ed 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; }