From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17864 invoked by alias); 18 Oct 2005 17:11:17 -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 17844 invoked by uid 22791); 18 Oct 2005 17:11:15 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 18 Oct 2005 17:11:15 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j9IHBEpb029813 for ; Tue, 18 Oct 2005 13:11:14 -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 j9IHBDV26279 for ; Tue, 18 Oct 2005 13:11:13 -0400 Received: from localhost.localdomain (vpn50-84.rdu.redhat.com [172.16.50.84]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j9IHBD3H010027 for ; Tue, 18 Oct 2005 13:11:13 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j9IHB8H8011879 for ; Tue, 18 Oct 2005 10:11:08 -0700 Date: Tue, 18 Oct 2005 17:11:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [COMMIT] Add vscr register to 'list' of PowerPC vector registers. Message-ID: <20051018101107.6d5399fd@ironwood.lan> In-Reply-To: <200510141337.09961.pgilliam@us.ibm.com> References: <200510141213.20387.pgilliam@us.ibm.com> <200510141323.02754.pgilliam@us.ibm.com> <20051014202253.GA3764@nevyn.them.org> <200510141337.09961.pgilliam@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-10/txt/msg00151.txt.bz2 On Fri, 14 Oct 2005 13:37:09 -0700 Paul Gilliam wrote: > On Friday 14 October 2005 13:22, Daniel Jacobowitz wrote: > > On Fri, Oct 14, 2005 at 01:23:02PM -0700, Paul Gilliam wrote: > > > I went with the least intrusive. > > > > > > Here is what I comitted: (From 'cvs diff -Nau' this time. Hope this is better. 8-) > > > > > > > > > 2005-10-14 Paul Gilliam > > > > > > * rs6000-tdep.c (rs6000_register_reggroup_p): Add vscr to test for > > > vector registers. > > > > I wasn't actually approving the patch... but I guess this is OK now > > that it's in. > > > > > Opps! Sorry. (I'm glad I picked the one-liner 8-) The patch that you committed is okay with me. Kevin