From patchwork Wed Nov 19 15:01:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lynn A. Boger" X-Patchwork-Id: 412429 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4EC4B14010F for ; Thu, 20 Nov 2014 02:02:01 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:content-type :content-transfer-encoding; q=dns; s=default; b=TVy4237CeURJ8MMI OTG/XaN+tX0mMmH8O5NJ7t301pNgUAOUnQFQKDHtcYhf+cYNNBDvX+6jSg6NHzkb Jk22XOWREWv4YBKxoo9bgxSPkjNDyoHF9ZkW6WkALgzudrWtrur1yTXOqtvdQYga j328Rye4JE5bljoEeGXBDwBv1z8= 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 :message-id:date:from:mime-version:to:cc:subject:content-type :content-transfer-encoding; s=default; bh=RRAUeZBMe7e/a5dp3J1kDE PHCcM=; b=dYjiipmSyDU6zozbWnHnsNSSBVX9ibD6z6R6AvPqxNWtYb6rTXoXUN QYO46hkPLcsnjy8Tu96WkaBmKO9RuEGxJ8zlkEbswFv+MAJ2Y1BMzGQjvSwMc9Y+ 50i0DG+kIq4wCdKDg4xO6APOQ348SpHV7IuKJFDXTX/uI8+J6Q+nI= Received: (qmail 30857 invoked by alias); 19 Nov 2014 15:01:43 -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 30732 invoked by uid 89); 19 Nov 2014 15:01:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e38.co.us.ibm.com Received: from e38.co.us.ibm.com (HELO e38.co.us.ibm.com) (32.97.110.159) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 19 Nov 2014 15:01:41 +0000 Received: from /spool/local by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 19 Nov 2014 08:01:39 -0700 Received: from d03dlp01.boulder.ibm.com (9.17.202.177) by e38.co.us.ibm.com (192.168.1.138) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 19 Nov 2014 08:01:36 -0700 Received: from b03cxnp08028.gho.boulder.ibm.com (b03cxnp08028.gho.boulder.ibm.com [9.17.130.20]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id E65271FF0027 for ; Wed, 19 Nov 2014 07:50:20 -0700 (MST) Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by b03cxnp08028.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sAJF1a4I46661818 for ; Wed, 19 Nov 2014 16:01:36 +0100 Received: from d03av05.boulder.ibm.com (localhost [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sAJF1awT020575 for ; Wed, 19 Nov 2014 08:01:36 -0700 Received: from oc2602623110.ibm.com (oc2602623110.ibm.com.rchland.ibm.com [9.10.86.28]) by d03av05.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id sAJF1Zv8020509; Wed, 19 Nov 2014 08:01:35 -0700 Message-ID: <546CB0CF.20005@linux.vnet.ibm.com> Date: Wed, 19 Nov 2014 09:01:35 -0600 From: "Lynn A. Boger" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: gcc-patches CC: Ian Taylor Subject: [PATCH] Set goarch to ppc64le where needed for gccgo testing X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14111915-0029-0000-0000-000005B7AFC4 X-IsSubscribed: yes Hi, This change goes along with the change to the GOARCH setting in gccgo for ppc64le which will be done in gofrontend. The description for that change is here: https://groups.google.com/forum/#!topic/gofrontend-dev/ocEttrpsw-s This change has been bootstrapped and tested along with the above change to gofrontend on ppc, ppc64, and ppc64le. 2014-11-19 Lynn Boger * gcc/testsuite/go.test/go-test.exp: Add case for ppc64le goarch value for go testing Index: gcc/testsuite/go.test/go-test.exp =================================================================== --- gcc/testsuite/go.test/go-test.exp (revision 217507) +++ gcc/testsuite/go.test/go-test.exp (working copy) @@ -237,13 +237,15 @@ proc go-set-goarch { } { return "" } } - "powerpc*-*-*" { - if [check_effective_target_ilp32] { - set goarch "ppc" - } else { - set goarch "ppc64" - } + "powerpc-*-*" { + set goarch "ppc" } + "powerpc64-*-*" { + set goarch "ppc64" + } + "powerpc64le-*-*" { + set goarch "ppc64le" + } "s390-*-*" { set goarch "s390" }