From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58698 invoked by alias); 8 Jun 2016 19:28:35 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 57466 invoked by uid 89); 8 Jun 2016 19:28:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,NO_DNS_FOR_FROM,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=tls-def1.o, tlsgd3, tlsdef1o, tlsld2 X-HELO: mga09.intel.com Received: from mga09.intel.com (HELO mga09.intel.com) (134.134.136.24) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Jun 2016 19:28:24 +0000 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 08 Jun 2016 12:28:23 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([172.25.70.218]) by fmsmga002.fm.intel.com with ESMTP; 08 Jun 2016 12:28:18 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 1000) id A3104200612; Wed, 8 Jun 2016 12:28:18 -0700 (PDT) Date: Wed, 08 Jun 2016 19:28:00 -0000 From: "H.J. Lu" To: binutils@sourceware.org Subject: [committed, PATCH] Update test name Message-ID: <20160608192818.GA9509@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) X-SW-Source: 2016-06/txt/msg00084.txt.bz2 * testsuite/ld-x86-64/tls.exp (run_cc_link_tests): Update test name. --- ld/ChangeLog | 5 +++++ ld/testsuite/ld-x86-64/tls.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 3695d5b..1e28252 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ 2016-06-08 H.J. Lu + * testsuite/ld-x86-64/tls.exp (run_cc_link_tests): Update test + name. + +2016-06-08 H.J. Lu + * testsuite/ld-i386/i386.exp: Run libtlspic2.so, tlsbin2, tlsgd3, tlsld2, tlsgd4, tlspie3a, tlspie3b and tlspie3c. * testsuite/ld-i386/pass.out: New file. diff --git a/ld/testsuite/ld-x86-64/tls.exp b/ld/testsuite/ld-x86-64/tls.exp index 081385f..c5a70dc 100644 --- a/ld/testsuite/ld-x86-64/tls.exp +++ b/ld/testsuite/ld-x86-64/tls.exp @@ -38,7 +38,7 @@ if { [which $CC] == 0 } { run_cc_link_tests [list \ [list \ - "Build tls-def1.c tls-main1.c" \ + "Build tls-def1.o tls-main1.o" \ "" \ "-fPIE" \ {tls-def1.c tls-main1.c} \ -- 2.5.5