OSDN Git Service

* readelf.c Replace occurrences of Elf32_Internal_* and
authorjakub <jakub>
Fri, 29 Nov 2002 00:03:30 +0000 (00:03 +0000)
committerjakub <jakub>
Fri, 29 Nov 2002 00:03:30 +0000 (00:03 +0000)
commit2771a1cc83d7bc351280582d73841751299f3e24
treeefeeb80961e9757eb83e6e83939d956c26718116
parentf119e9568fad8e9fc1a76136150b8d58c0136c5f
* 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