From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27893 invoked by alias); 1 Oct 2002 06:34:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27886 invoked from network); 1 Oct 2002 06:34:45 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 1 Oct 2002 06:34:45 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g916G6i08590 for ; Tue, 1 Oct 2002 02:16:06 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g916Yhf26583; Tue, 1 Oct 2002 02:34:43 -0400 Received: from localhost.localdomain (vpn50-3.rdu.redhat.com [172.16.50.3]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g916YhE00574; Tue, 1 Oct 2002 02:34:43 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id g916YbC16011; Mon, 30 Sep 2002 23:34:37 -0700 Date: Mon, 30 Sep 2002 23:34:00 -0000 From: Kevin Buettner Message-Id: <1021001063437.ZM16010@localhost.localdomain> In-Reply-To: Andrew Cagney "[rfa:ppc+5.3] Fix "vrsave" regnum" (Oct 1, 1:30am) References: <3D9932D8.8030007@redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa:ppc+5.3] Fix "vrsave" regnum MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00801.txt.bz2 On Oct 1, 1:30am, Andrew Cagney wrote: > The attached fixes the number of the vrsave register (for the > powerpc:7400 variant). Without the patch, ``info vector'' gets an > internal error - 153 >= NUM_REGS+NUM_PSEUDO_REGS==153. > > Ok? HEAD and 5.3 branch? Yes, to both. Thanks, Kevin