diff options
author | Alan Modra <amodra@gmail.com> | 2019-10-07 23:14:31 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-10-07 23:23:21 +1030 |
commit | 93370e8e7b406cf0aeedcf57cf457c07d6a2c7e6 (patch) | |
tree | 61b4454398ab9d1c1fbb93754d0a23757064545f /bfd/ChangeLog | |
parent | 60ff3cd784ac3a96084af21e4c945fe6925cd1fa (diff) | |
download | gdb-93370e8e7b406cf0aeedcf57cf457c07d6a2c7e6.zip gdb-93370e8e7b406cf0aeedcf57cf457c07d6a2c7e6.tar.gz gdb-93370e8e7b406cf0aeedcf57cf457c07d6a2c7e6.tar.bz2 |
Re: PowerPC PIC vs. DLL TLS issues
A bug crept into commit f749f26eea, which could cause linker
segfaults when creating PIEs. This patch fixes it.
* elf64-ppc.c (ppc64_elf_size_dynamic_sections): Do allocate
space for local got non-tls relocs when PIE.
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 607f37c..7273718 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2019-10-07 Alan Modra <amodra@gmail.com> + * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Do allocate + space for local got non-tls relocs when PIE. + +2019-10-07 Alan Modra <amodra@gmail.com> + * elflink.c (elf_fixup_link_order): Don't attempt to find an elf_section for linker created bfd sections. |