OSDN Git Service

* readelf.c Replace occurrences of Elf32_Internal_* and
authorJakub Jelinek <jakub@redhat.com>
Fri, 29 Nov 2002 00:03:30 +0000 (00:03 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 29 Nov 2002 00:03:30 +0000 (00:03 +0000)
commit3f6f0a33d364903f2fa2eaeed7076281e54b7a48
tree02821f0b85a97f00bcecd0554ba0b68853519c8b
parent2fdb1f41e9ca160390452d331ff7d27fa4405d97
* readelf.c Replace occurrences of Elf32_Internal_* and
Elf64_Internal_* with Elf_Internal_*.
(slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
Zero r_addend fields.
(dump_relocations): Remove relas variable, change Elf_Internal_Rel to
Elf_Internal_Rela.
binutils/ChangeLog
binutils/readelf.c