projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6202000
)
h
author
Jeff Law
<law@redhat.com>
Mon, 21 Jun 1999 15:55:49 +0000
(15:55 +0000)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/binutils/readelf.c
b/binutils/readelf.c
index aa6003c536796bf5b4cf31303c5e8c7a3d7404a5..709824d1ed4a3badfe0a18fc7f52484e900404f0 100644
(file)
--- 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 = elf
32
_hppa_reloc_type (type);
+ rtype = elf_hppa_reloc_type (type);
break;
}