* readelf.c (dump_relocations): Use elf_hppa_reloc_type instead of
        elf32_hppa_reloc_type.
This commit is contained in:
Jeff Law 1999-06-21 15:55:49 +00:00
parent 6202000d60
commit 69e617ca27
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}