From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88863 invoked by alias); 15 Sep 2016 21:44:39 -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 88835 invoked by uid 89); 15 Sep 2016 21:44:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:617 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Sep 2016 21:44:37 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E7E3C7F7B0; Thu, 15 Sep 2016 21:44:35 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8FLiOnZ000363; Thu, 15 Sep 2016 17:44:34 -0400 Subject: Re: [PATCH, committed] Finalize ISA 3.0 instruction support. To: Peter Bergner 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: Pedro Alves Message-ID: <4abc6a00-868e-7d30-92c4-8fec407b76bf@redhat.com> Date: Thu, 15 Sep 2016 21:44:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-09/txt/msg00173.txt.bz2 On 09/15/2016 10:18 PM, Peter Bergner wrote: > 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! Thanks! I think it'd make sense to push these two patches to the gdb-7.12-branch branch (gdb 7.12 is not out yet, but it's close). Could you do that? Thanks, Pedro Alves