diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2016-11-19 04:39:09 -0800 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2016-11-19 04:39:09 -0800 |
commit | 0fc9967d0b28a1e037233d49cec479d3ab1e9e59 (patch) | |
tree | 3b318b14c7b7967f66b181d5210f56b8085d9b2a /bfd/ChangeLog | |
parent | ef787763b9495913d5be90bcdedcecb553cbf308 (diff) | |
download | binutils-0fc9967d0b28a1e037233d49cec479d3ab1e9e59.zip binutils-0fc9967d0b28a1e037233d49cec479d3ab1e9e59.tar.gz binutils-0fc9967d0b28a1e037233d49cec479d3ab1e9e59.tar.bz2 |
Revert "bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC"
This reverts commit b19753ce31da347605dfa903c6fd2158e2444f0d.
As it turns out, GCC (and the assembler) needs additional work in
order to support negative GOT offsets in 64-bit sparc. This is
breaking TLS Local Dynamic in position-independent code.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8a18a6d..f28351d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2016-11-19 Jose E. Marchesi <jose.marchesi@oracle.com> + + * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Do not + apply the negative GOT offset optimization in 64-bit code. + 2016-11-18 James Clarke <jrtc27@jrtc27.com> * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Don't convert |