From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34191 invoked by alias); 19 Oct 2017 13:54:15 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 33712 invoked by uid 89); 19 Oct 2017 13:54:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Oct 2017 13:54:13 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] tilegx: Check bfd_link_executable for TLS check From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <280958942b74f3164708700f195188c4d3446f58@gdb-build> Date: Thu, 19 Oct 2017 13:54:00 -0000 X-SW-Source: 2017-q4/txt/msg02305.txt.bz2 *** TEST RESULTS FOR COMMIT 280958942b74f3164708700f195188c4d3446f58 *** Author: H.J. Lu Branch: master Commit: 280958942b74f3164708700f195188c4d3446f58 tilegx: Check bfd_link_executable for TLS check Copied from x86, check bfd_link_executable, instead of bfd_link_pic, for TLS transition check. Not sure if it works correctly. All usages of bfd_link_pic should be audited. PR ld/22263 * elfxx-tilegx.c (tilegx_elf_tls_transition): Replace bfd_link_pic with !bfd_link_executable, !bfd_link_pic with bfd_link_executable for TLS check. (tilegx_elf_check_relocs): Likewise. (allocate_dynrelocs): Likewise. (tilegx_elf_relocate_section): Likewise.