https://sourceware.org/bugzilla/show_bug.cgi?id=22263
--- Comment #24 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Andreas Krebbel <kreb...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=26b1426577b5dcb32d149c64cca3e603b81948a9 commit 26b1426577b5dcb32d149c64cca3e603b81948a9 Author: Stefan Liebler <s...@linux.ibm.com> Date: Thu Apr 28 14:29:58 2022 +0200 s390: Avoid dynamic TLS relocs in PIE No dynamic relocs are needed for TLS defined in an executable, the TP relative offset is known at link time. Fixes FAIL: Build pr22263-1 bfd/ PR ld/22263 * elf64-s390.c (elf_s390_tls_transition): Use bfd_link_dll instead of bfd_link_pic for TLS. (elf_s390_check_relocs): Likewise. (allocate_dynrelocs): Likewise. (elf_s390_relocate_section): Likewise. -- You are receiving this mail because: You are on the CC list for the bug.