From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28755 invoked by alias); 23 May 2011 05:30:14 -0000 Received: (qmail 28725 invoked by uid 22791); 23 May 2011 05:30:12 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-px0-f171.google.com (HELO mail-px0-f171.google.com) (209.85.212.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 May 2011 05:29:58 +0000 Received: by pxi7 with SMTP id 7so3651843pxi.30 for ; Sun, 22 May 2011 22:29:58 -0700 (PDT) Received: by 10.68.16.167 with SMTP id h7mr1814700pbd.398.1306128598270; Sun, 22 May 2011 22:29:58 -0700 (PDT) Received: from bubble.grove.modra.org ([115.187.252.19]) by mx.google.com with ESMTPS id i10sm4125931pbd.28.2011.05.22.22.29.56 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 May 2011 22:29:57 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 4F59216DE443; Mon, 23 May 2011 14:59:52 +0930 (CST) Date: Mon, 23 May 2011 05:30:00 -0000 From: Alan Modra To: binutils@sourceware.org Subject: Re: Fix PR12763, .tbss mishandling Message-ID: <20110523052952.GW20800@bubble.grove.modra.org> Mail-Followup-To: binutils@sourceware.org References: <20110520153723.GU20800@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110520153723.GU20800@bubble.grove.modra.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes 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 X-SW-Source: 2011-05/txt/msg00298.txt.bz2 This fixes some fallout from my previous PR12763 patch. hppa64-linux +ERROR: /src/binutils-current/ld/testsuite/ld-elf/tdata3.s: assembly failed The tdata3 test uses .tbss as well as .tdata. ld/testsuite/ * ld-elf/binutils.exp: Don't run tdata3 for hppa64. Index: ld/testsuite/ld-elf/binutils.exp =================================================================== RCS file: /cvs/src/src/ld/testsuite/ld-elf/binutils.exp,v retrieving revision 1.14 diff -u -p -r1.14 binutils.exp --- ld/testsuite/ld-elf/binutils.exp 20 May 2011 15:33:29 -0000 1.14 +++ ld/testsuite/ld-elf/binutils.exp 23 May 2011 01:16:22 -0000 @@ -121,10 +121,10 @@ if { ([istarget "i?86-*-elf*"] binutils_test strip "-T ${srcdir}/${subdir}/lma.lnk" lma -set tls_tests { "tdata1" "tdata2" "tdata3" } +set tls_tests { "tdata1" "tdata2" } # hppa64 has its own .tbss section, with different flags. if { ![istarget "hppa64-*-*"] } { - lappend tls_tests "tbss1" "tbss2" "tbss3" + lappend tls_tests "tdata3" "tbss1" "tbss2" "tbss3" } set tls_opts { "" -- Alan Modra Australia Development Lab, IBM