From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3701 invoked by alias); 31 Aug 2005 20:17:31 -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 3642 invoked by uid 22791); 31 Aug 2005 20:17:18 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 31 Aug 2005 20:17:18 +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 j7VKHHdw011913 for ; Wed, 31 Aug 2005 16:17:17 -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 j7VKHHV22546 for ; Wed, 31 Aug 2005 16:17:17 -0400 Received: from localhost.localdomain (vpn50-99.rdu.redhat.com [172.16.50.99]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j7VKHG54025070 for ; Wed, 31 Aug 2005 16:17:16 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j7VKHBTU000451 for ; Wed, 31 Aug 2005 13:17:11 -0700 Date: Wed, 31 Aug 2005 20:26:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: fix "too much information" bug w/ "info vector" on PowerPC Message-ID: <20050831131711.2a193c67@ironwood.lan> In-Reply-To: <200508301459.57189.pgilliam@us.ibm.com> References: <200508301459.57189.pgilliam@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-08/txt/msg00269.txt.bz2 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.) Kevin