aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-06-21 15:03:25 +0930
committerAlan Modra <amodra@gmail.com>2017-06-21 22:45:15 +0930
commit6e1816be66892d06e1a983f08407135fa7f7fc17 (patch)
tree0a2d291a1e35252d38fee88b05a438d43b07311b /bfd/ChangeLog
parent81209eff905bf76a01bbc3dc07b8973d1d0cdaad (diff)
downloadfsf-binutils-gdb-6e1816be66892d06e1a983f08407135fa7f7fc17.zip
fsf-binutils-gdb-6e1816be66892d06e1a983f08407135fa7f7fc17.tar.gz
fsf-binutils-gdb-6e1816be66892d06e1a983f08407135fa7f7fc17.tar.bz2
PowerPC64 localentry:0 plt calls
These don't need a following nop. Also, a localentry:0 plt call marked with an R_PPC64_TOCSAVE reloc should ignore the tocsave. There's no need to save r2 in the prologue for such calls. * elf64-ppc.c (ppc64_elf_size_stubs): Test for localentry:0 plt calls before tocsave calls. (ppc64_elf_relocate_section): Allow localentry:0 plt calls without following nop.
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 1d9ba02..7b2927f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2017-06-21 Alan Modra <amodra@gmail.com>
+
+ * elf64-ppc.c (ppc64_elf_size_stubs): Test for localentry:0 plt
+ calls before tocsave calls.
+ (ppc64_elf_relocate_section): Allow localentry:0 plt calls without
+ following nop.
+
2017-06-21 Nick Clifton <nickc@redhat.com>
PR binutils/21645