From patchwork Wed Mar 19 19:31:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Schmidt X-Patchwork-Id: 331848 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 829742C00A4 for ; Thu, 20 Mar 2014 06:32:48 +1100 (EST) 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:subject:from:to:cc:date:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=ReY vWVYrBPk1/nAaTDngDOAj2cMb9kiWnVTKmUhCfnL0Vdepgm33Tgql1q63ugAWpGP qvWXHHnXGwZ8mzvTdlQU6YemskkUqbc3ohacnmQSGmex4y5Q+zALf5ywrzmGUOpt 7P2V5yS65REhp9XAbEhdaIFT3wjDaBXEv8foycqM= 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:subject:from:to:cc:date:content-type :content-transfer-encoding:mime-version; s=default; bh=PlVEVIj/e ijPljNiQ6yt6nWzcyc=; b=L6jMFwlbr36Y4HlPsT9/2egDpN+GFnozA7bmhNoNR QeghXg2cPqL7KxeRGv1S6GUPM0gsZvz1Q2R67jyTr/HGY9DYnI2Y8ZiMwfJqW+0W vwwv1HgZ+gZxz6/dQwglT1Rc6qApF+ph4AR/VRsIt6zrLnMbbRI638EgKv4UZBaT U8= Received: (qmail 23064 invoked by alias); 19 Mar 2014 19:31:56 -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 22964 invoked by uid 89); 19 Mar 2014 19:31:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e28smtp07.in.ibm.com Received: from e28smtp07.in.ibm.com (HELO e28smtp07.in.ibm.com) (122.248.162.7) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 19 Mar 2014 19:31:54 +0000 Received: from /spool/local by e28smtp07.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 20 Mar 2014 01:01:50 +0530 Received: from d28dlp02.in.ibm.com (9.184.220.127) by e28smtp07.in.ibm.com (192.168.1.137) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 20 Mar 2014 01:01:47 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 0AABF3940023 for ; Thu, 20 Mar 2014 01:01:47 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s2JJVflD131506 for ; Thu, 20 Mar 2014 01:01:41 +0530 Received: from d28av04.in.ibm.com (localhost [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s2JJVkPP024404 for ; Thu, 20 Mar 2014 01:01:46 +0530 Received: from [9.50.16.86] (dyn9050016086.mts.ibm.com [9.50.16.86] (may be forged)) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s2JJVhYe024236; Thu, 20 Mar 2014 01:01:45 +0530 Message-ID: <1395257516.17148.13.camel@gnopaine> Subject: [4.8, PATCH 11/26] Backport Power8 and LE support: gotest From: Bill Schmidt To: gcc-patches@gcc.gnu.org Cc: dje.gcc@gmail.com Date: Wed, 19 Mar 2014 14:31:56 -0500 Mime-Version: 1.0 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14031919-8878-0000-0000-00000B66C42C X-IsSubscribed: yes Hi, This patch (diff-abi-gotest) backports enablement of the Go testsuite for powerpc64le. Thanks, Bill 2014-03-29 Bill Schmidt Backport from mainline r205000. 2013-11-19 Ulrich Weigand gotest: Recognize PPC ELF v2 function pointers in text section. Index: gcc-4_8-branch/libgo/testsuite/gotest =================================================================== --- gcc-4_8-branch.orig/libgo/testsuite/gotest 2013-12-28 17:41:31.783625708 +0100 +++ gcc-4_8-branch/libgo/testsuite/gotest 2013-12-28 17:50:45.671367653 +0100 @@ -369,7 +369,7 @@ localname() { { text="T" case "$GOARCH" in - ppc64) text="D" ;; + ppc64) text="[TD]" ;; esac symtogo='sed -e s/_test/XXXtest/ -e s/.*_\([^_]*\.\)/\1/ -e s/XXXtest/_test/'