aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-02-02 23:16:14 +1030
committerAlan Modra <amodra@gmail.com>2016-02-02 23:59:03 +1030
commit85fabe715c441e1c90fe913e2a6d65f0e487e5e8 (patch)
tree94d95813560fad196302893d5f1f47ea54352fa1 /bfd/ChangeLog
parent14f2c699ddca1e2f706342dffc59a6c7e23e844c (diff)
downloadgdb-85fabe715c441e1c90fe913e2a6d65f0e487e5e8.zip
gdb-85fabe715c441e1c90fe913e2a6d65f0e487e5e8.tar.gz
gdb-85fabe715c441e1c90fe913e2a6d65f0e487e5e8.tar.bz2
PowerPC64 ELFv2 entry code
This tightens the condition under which ld optimizes PIC entry code to non-PIC. bfd/ * elf64-ppc.c (ppc64_elf_relocate_section): Further restrict ELFv2 entry optimization. gold/ * powerpc.cc (relocate): Further restrict ELFv2 entry optimization.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 898af56..81e751c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2016-02-02 Alan Modra <amodra@gmail.com>
+
+ * elf64-ppc.c (ppc64_elf_relocate_section): Further restrict
+ ELFv2 entry optimization.
+
2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/19547