From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17096 invoked by alias); 23 Jun 2003 19:50:16 -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 17055 invoked from network); 23 Jun 2003 19:50:15 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 23 Jun 2003 19:50:15 -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 h5NJoEH17258 for ; Mon, 23 Jun 2003 15:50: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 h5NJoEI00340 for ; Mon, 23 Jun 2003 15:50:14 -0400 Received: from localhost.localdomain (vpn50-14.rdu.redhat.com [172.16.50.14]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5NJoEd17782; Mon, 23 Jun 2003 15:50:14 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5NJo8L14431; Mon, 23 Jun 2003 12:50:08 -0700 Date: Mon, 23 Jun 2003 19:50:00 -0000 From: Kevin Buettner Message-Id: <1030623195008.ZM14430@localhost.localdomain> In-Reply-To: Andrew Cagney "[rfa:ppc] Make empty registers empty" (Jun 20, 9:30pm) References: <3EF3B51C.8070801@redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa:ppc] Make empty registers empty MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00733.txt.bz2 On Jun 20, 9:30pm, Andrew Cagney wrote: > Ok? GDB 6 branch? > > 2003-06-20 Andrew Cagney > > * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases > for 0 "int0" and 4 "int32" sized registers. Okay. (Branch too, if you want.) Kevin