From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20755 invoked by alias); 4 May 2004 15:57:04 -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 20748 invoked from network); 4 May 2004 15:57:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 4 May 2004 15:57:03 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i44Fv3kG006830 for ; Tue, 4 May 2004 11:57:03 -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 i44Fv3v24989 for ; Tue, 4 May 2004 11:57:03 -0400 Received: from localhost.localdomain (vpn50-6.rdu.redhat.com [172.16.50.6]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i44Fv2m6019068; Tue, 4 May 2004 11:57:03 -0400 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i44FuvOR005639; Tue, 4 May 2004 08:56:57 -0700 Date: Tue, 04 May 2004 15:57:00 -0000 From: Kevin Buettner To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: remove ppc-tdep.h's struct gdbarch_tdep's ppc_gplast_regnum Message-Id: <20040504085657.4e396d01@saguaro> In-Reply-To: References: Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-05/txt/msg00105.txt.bz2 On 03 May 2004 17:31:57 -0500 Jim Blandy wrote: > 2004-05-03 Jim Blandy > > * config/ppc-tdep.h (struct gdbarch_tdep): Delete > 'ppc_gplast_regnum' member. > (ppc_num_gprs): New enum constant. > * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum > and ppc_num_gprs instead of tdep->ppc_gplast_regnum. > * rs6000-nat.c (regmap, fetch_inferior_registers, > store_inferior_registers): Same. > * rs6000-tdep.c (e500_pseudo_register_read) > (e500_pseudo_register_write): Same. > (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum. Okay. Kevin