diff options
author | Jakub Jelinek <jakub@redhat.com> | 2002-11-29 00:03:30 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2002-11-29 00:03:30 +0000 |
commit | c8286bd1e88747fcdf7f8ae1f90210449b621df6 (patch) | |
tree | ee8355db8870e5baa804766ca6d6e247388f395b /binutils/ChangeLog | |
parent | f4927fa2f20de4588d4f913ea3862a38ee08e0ed (diff) | |
download | gdb-c8286bd1e88747fcdf7f8ae1f90210449b621df6.zip gdb-c8286bd1e88747fcdf7f8ae1f90210449b621df6.tar.gz gdb-c8286bd1e88747fcdf7f8ae1f90210449b621df6.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 63a87d2..8e9f5ba 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2002-11-29 Jakub Jelinek <jakub@redhat.com> + + * 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. + 2002-11-23 Nick Clifton <nickc@redhat.com> * size.c (usage): Fix typo describing switch for hex format. |