From ac0d3e136748556c478a1d7c30366c5f3e1c8442 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 21 Jun 1999 15:55:49 +0000 Subject: h * readelf.c (dump_relocations): Use elf_hppa_reloc_type instead of elf32_hppa_reloc_type. --- binutils/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils') 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; } -- cgit v1.2.1