diff options
author | Jeff Law <law@redhat.com> | 1999-06-21 15:55:49 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-06-21 15:55:49 +0000 |
commit | 69e617ca276f56efec637614aae718ad7b5d4aab (patch) | |
tree | ce4bbbd5622b21b35c4369ad34be516c9127d05c /binutils | |
parent | 6202000d600f913b39e8635a70a34c89bb61ce32 (diff) | |
download | gdb-69e617ca276f56efec637614aae718ad7b5d4aab.zip gdb-69e617ca276f56efec637614aae718ad7b5d4aab.tar.gz gdb-69e617ca276f56efec637614aae718ad7b5d4aab.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |