summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-06-21 15:55:49 +0000
committerJeff Law <law@redhat.com>1999-06-21 15:55:49 +0000
commitac0d3e136748556c478a1d7c30366c5f3e1c8442 (patch)
tree5c68185f38c7c99de8043d19439c7bb17cdbd620 /binutils
parent9d151590a08c3473ccecfa7670fe75dc820f575e (diff)
downloadbinutils-redhat-ac0d3e136748556c478a1d7c30366c5f3e1c8442.tar.gz
h
* readelf.c (dump_relocations): Use elf_hppa_reloc_type instead of elf32_hppa_reloc_type.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
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;
}