]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Re: PowerPC PIC vs. DLL TLS issues
authorAlan Modra <amodra@gmail.com>
Mon, 7 Oct 2019 12:44:31 +0000 (23:14 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 7 Oct 2019 12:53:21 +0000 (23:23 +1030)
commit93370e8e7b406cf0aeedcf57cf457c07d6a2c7e6
tree61b4454398ab9d1c1fbb93754d0a23757064545f
parent60ff3cd784ac3a96084af21e4c945fe6925cd1fa
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.
bfd/ChangeLog
bfd/elf64-ppc.c