From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29021 invoked by alias); 15 Sep 2016 21:20:27 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 29006 invoked by uid 89); 15 Sep 2016 21:20:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Sep 2016 21:20:25 +0000 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u8FLKLTG033662 for ; Thu, 15 Sep 2016 17:20:24 -0400 Received: from e34.co.us.ibm.com (e34.co.us.ibm.com [32.97.110.152]) by mx0a-001b2d01.pphosted.com with ESMTP id 25fpy9e12c-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 15 Sep 2016 17:20:22 -0400 Received: from localhost by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 15 Sep 2016 15:18:59 -0600 Received: from d03dlp01.boulder.ibm.com (9.17.202.177) by e34.co.us.ibm.com (192.168.1.134) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 15 Sep 2016 15:18:56 -0600 Received: from b01cxnp22035.gho.pok.ibm.com (b01cxnp22035.gho.pok.ibm.com [9.57.198.25]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id DAAE11FF0049; Thu, 15 Sep 2016 15:18:36 -0600 (MDT) Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22035.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u8FLItUg17170726; Thu, 15 Sep 2016 21:18:55 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 006D1AC040; Thu, 15 Sep 2016 17:18:55 -0400 (EDT) Received: from otta.local (unknown [9.80.214.126]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP id 80890AC043; Thu, 15 Sep 2016 17:18:54 -0400 (EDT) Subject: Re: [PATCH, committed] Finalize ISA 3.0 instruction support. To: Pedro Alves References: <2033161b-a9eb-3ddc-bb98-db8ee1eed6a5@vnet.ibm.com> <4899c29a-2401-a221-dccf-9b22325fe054@redhat.com> Cc: binutils , Alan Modra , Bill Schmidt , "Carl E. Love" , gdb-patches@sourceware.org, Edjunior Barbosa Machado From: Peter Bergner Date: Thu, 15 Sep 2016 21:20:00 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <4899c29a-2401-a221-dccf-9b22325fe054@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16091521-0016-0000-0000-000004B4CE5D X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00005767; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000185; SDB=6.00758081; UDB=6.00359717; IPR=6.00531711; BA=6.00004731; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00012684; XFM=3.00000011; UTC=2016-09-15 21:18:58 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16091521-0017-0000-0000-000032FD8C1B Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-09-15_10:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609020000 definitions=main-1609150283 X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00172.txt.bz2 On 9/15/16 6:34 AM, Pedro Alves wrote: > On 09/15/2016 04:26 AM, Peter Bergner wrote: >> This patch modifies the ISA 3.0 instruction support to match the finalized >> ISA 3.0 documentation. Committed. Ok, I committed the following as obvious, which should clean up the new GDB failures I caused. Sorry about the breakage! Peter commit e2a92b16496f418e3c2c3b69eb5203b0b335df87 Author: Peter Bergner Date: Thu Sep 15 16:10:05 2016 -0500 Update ISA 3.0 / POWER9 gdb tests to match GAS test cases. * gdb.arch/powerpc-power.s: Update Power9 instruction tests and sync up the test with tests in gas/testsuite/gas/ppc. * gdb.arch/powerpc-power.exp: Likewise.