From patchwork Thu May 9 07:27:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Modra X-Patchwork-Id: 242712 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 474BE2C0096 for ; Thu, 9 May 2013 17:28:10 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=default; b=hYp1Oyok9MYfFXIElYmbDo8/Cro9v3 npF6v8voTy+Tc3eCPkuGM+nI/N3FBXipGyzBiPzWXLJ+auPAJNasrB+h3s4+nTwk hZDk2QEVReEB9ss0UnHA6VRoaQRykkUx3evt/NegGWnY+i2awS3g+DfAMra/J6nQ MCPvPrdFvsaf0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; s=default; bh=oKFfbW0IVh+CcXP2fxPkfDzmfmI=; b=I2fQ EFaSuoCeEWObNzJaQAPmCEajK53sbiNUhGPdnkABNto68E5YvA4kmr73jxDGkeEy 5sl6vTK7h16CtLV5x07k0evvu5xJZ+vVsVNizbOMTH5dtCcXp90kh72xt8eoPgzU bKq2lHnVchctPSkV0o+E/OB4BoHVoFbx0kW7GZo= Received: (qmail 16616 invoked by alias); 9 May 2013 07:28:04 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 16606 invoked by uid 89); 9 May 2013 07:28:03 -0000 X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, SPF_PASS autolearn=ham version=3.3.1 Received: from mail-da0-f52.google.com (HELO mail-da0-f52.google.com) (209.85.210.52) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 09 May 2013 07:28:02 +0000 Received: by mail-da0-f52.google.com with SMTP id o9so186193dan.39 for ; Thu, 09 May 2013 00:28:00 -0700 (PDT) X-Received: by 10.68.130.231 with SMTP id oh7mr11113892pbb.158.1368084480709; Thu, 09 May 2013 00:28:00 -0700 (PDT) Received: from bubble.grove.modra.org ([101.166.26.37]) by mx.google.com with ESMTPSA id c5sm1953497pbl.37.2013.05.09.00.27.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 09 May 2013 00:27:59 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 55D12EA2E93; Thu, 9 May 2013 16:57:53 +0930 (CST) Date: Thu, 9 May 2013 16:57:53 +0930 From: Alan Modra To: gcc-patches@gcc.gnu.org Subject: Re: powerpc64le configure fix Message-ID: <20130509072753.GZ5221@bubble.grove.modra.org> Mail-Followup-To: gcc-patches@gcc.gnu.org References: <20130507010008.GM5221@bubble.grove.modra.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20130507010008.GM5221@bubble.grove.modra.org> User-Agent: Mutt/1.5.21 (2010-09-15) Another tweak for little-endian powerpc. Committed revision 198734. * configure.ac (HAVE_AS_TLS): Enable tests for powerpcle and powerpc64le. * configure: Regenerate. Index: gcc/configure.ac =================================================================== --- gcc/configure.ac (revision 198662) +++ gcc/configure.ac (working copy) @@ -3045,7 +3045,7 @@ tls_first_major=0 tls_first_minor=0 ;; - powerpc-*-*) + powerpc*-*-*) conftest_s=' .section ".tdata","awT",@progbits .align 2 @@ -3071,7 +3071,7 @@ tls_first_minor=14 tls_as_opt="-a32 --fatal-warnings" ;; - powerpc64-*-*) + powerpc64*-*-*) conftest_s=' .section ".tdata","awT",@progbits .align 3