aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2013-11-05 11:52:26 +1030
committerAlan Modra <amodra@gmail.com>2013-11-05 12:26:28 +1030
commit33e44f2eb27d78f57ed83d11f04652691d896a6f (patch)
tree115565dc4be242b66268f538baaae9fbf3e47432 /bfd/ChangeLog
parentcf2f8b3bf23461d3ebc5bed49e89923982cd01b5 (diff)
downloadgdb-33e44f2eb27d78f57ed83d11f04652691d896a6f.zip
gdb-33e44f2eb27d78f57ed83d11f04652691d896a6f.tar.gz
gdb-33e44f2eb27d78f57ed83d11f04652691d896a6f.tar.bz2
Update elf64-ppc.c to use elf_link_hash_table shortcuts.
These shortcuts to dynamic sections in ppc_link_hash_table predated their geneneric elf hash table equivalents. * elf64-ppc.c (struct ppc_link_hash_table): Remove got, plt, relplt, iplt, reliplt. Update all references to use elf.sgot, elf.splt, elf.srelplt, elf.iplt and elf.irelplt.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e24aff0..d6b9989 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,6 +1,11 @@
+2013-11-05 Alan Modra <amodra@gmail.com>
+
+ * elf64-ppc.c (struct ppc_link_hash_table): Remove got, plt, relplt,
+ iplt, reliplt. Update all references to use elf.sgot, elf.splt,
+ elf.srelplt, elf.iplt and elf.irelplt.
+
2013-11-03 Sandra Loosemore <sandra@codesourcery.com>
- bfd/
* elf32-niso2.c (nios2_elf32_do_hi16_relocate): Remove incorrect
ATTRIBUTE_UNUSED from parameter.
(nios2_elf_do_lo16_relocate): Likewise.
@@ -1433,7 +1438,7 @@
2013-04-09 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
PR ld/12494
- * bfd/elf32-avr.c: Consider all sections to determine if linker
+ * elf32-avr.c: Consider all sections to determine if linker
relaxation can safely delete a ret after a call/jmp
2013-04-09 Mingjie Xing <mingjie.xing@gmail.com>