h
authorJeff Law <law@redhat.com>
Mon, 21 Jun 1999 15:55:49 +0000 (15:55 +0000)
committerJeff Law <law@redhat.com>
Mon, 21 Jun 1999 15:55:49 +0000 (15:55 +0000)
        * readelf.c (dump_relocations): Use elf_hppa_reloc_type instead of
        elf32_hppa_reloc_type.

binutils/readelf.c

index aa6003c..709824d 100644 (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;
        }