From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10454 invoked by alias); 31 Aug 2005 20:30:41 -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 10365 invoked by uid 22791); 31 Aug 2005 20:30:28 -0000 Received: from e35.co.us.ibm.com (HELO e35.co.us.ibm.com) (32.97.110.133) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 31 Aug 2005 20:30:27 +0000 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e35.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id j7VKTtaC434118 for ; Wed, 31 Aug 2005 16:30:05 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay04.boulder.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j7VKSqYL551866 for ; Wed, 31 Aug 2005 14:28:53 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id j7VKSa9w020508 for ; Wed, 31 Aug 2005 14:28:36 -0600 Received: from dyn9047022123-009047022095.beaverton.ibm.com (dyn9047022123-009047022095.beaverton.ibm.com [9.47.22.95]) by d03av01.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j7VKSZCf020486; Wed, 31 Aug 2005 14:28:36 -0600 From: Paul Gilliam Reply-To: pgilliam@us.ibm.com To: gdb-patches@sources.redhat.com Subject: Re: fix "too much information" bug w/ "info vector" on PowerPC Date: Wed, 31 Aug 2005 20:32:00 -0000 User-Agent: KMail/1.6.2 Cc: Kevin Buettner References: <200508301459.57189.pgilliam@us.ibm.com> <20050831131711.2a193c67@ironwood.lan> In-Reply-To: <20050831131711.2a193c67@ironwood.lan> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200508311327.27047.pgilliam@us.ibm.com> X-SW-Source: 2005-08/txt/msg00271.txt.bz2 On Wednesday 31 August 2005 13:17, Kevin Buettner wrote: > On Tue, 30 Aug 2005 14:59:57 -0700 > Paul Gilliam wrote: > > > 2005-08-30 Paul Gilliam > > > > * rs6000-tdep.c (rs6000_register_reggroup_p): don't assume that > > tdep->ppc_vr0_regnum or tdep->ppc_ev0_regnum are not -1 > > Okay. > > (But please capitalize the 'd' in "don't" in your ChangeLog entry. > Also, add a period at the end.) I'll make these changes before I commit -=# Paul #=- > > Kevin > >