aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-08-02 04:44:45 +0000
committerAlan Modra <amodra@gmail.com>2011-08-02 04:44:45 +0000
commitc7131b65cee44f94038e75666282b77f01402958 (patch)
treea19a64e514e86d2e0d3281dba2f6bee104012ef2 /bfd/ChangeLog
parent1164d29ab1ce953b327c0791769cd9f4d51147e6 (diff)
downloadgdb-c7131b65cee44f94038e75666282b77f01402958.zip
gdb-c7131b65cee44f94038e75666282b77f01402958.tar.gz
gdb-c7131b65cee44f94038e75666282b77f01402958.tar.bz2
* elf64-ppc.c (build_plt_stub): Correct emitted relocs when no
plt_static_chain. (ppc_build_one_stub): Adjust get_relocs call to suit.. (ppc_size_one_stub): ..and reloc sizing. Correct plt size corner case.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2ef3686..1c6d0a0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2011-08-02 Alan Modra <amodra@gmail.com>
+
+ * elf64-ppc.c (build_plt_stub): Correct emitted relocs when no
+ plt_static_chain.
+ (ppc_build_one_stub): Adjust get_relocs call to suit..
+ (ppc_size_one_stub): ..and reloc sizing. Correct plt size corner case.
+
2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
PR ld/13048