From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19796 invoked by alias); 4 May 2004 15:54:50 -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 19789 invoked from network); 4 May 2004 15:54:49 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 4 May 2004 15:54:49 -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 i44FsnkG006078 for ; Tue, 4 May 2004 11:54:49 -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 i44Fsnv24098 for ; Tue, 4 May 2004 11:54:49 -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 i44Fsmm6018578 for ; Tue, 4 May 2004 11:54:48 -0400 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i44FshOR005635 for ; Tue, 4 May 2004 08:54:43 -0700 Date: Tue, 04 May 2004 15:54:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: RFA: RS6000: remove FPLAST_REGNUM Message-Id: <20040504085443.61913e55@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/msg00104.txt.bz2 On 03 May 2004 16:44:47 -0500 Jim Blandy wrote: > 2004-05-03 Jim Blandy > > * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition. > * ppc-tdep.h (ppc_num_fprs): New enum constant. > * aix-thread.c (fetch_regs_kernel_thread, fill_fprs, > store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not > FPLAST_REGNUM. > * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers): > Same. > * ppc-linux-nat.c (ppc_register_u_addr): Same. > * rs6000-nat.c (regmap, fetch_inferior_registers) > (store_inferior_registers): Same. Okay. Kevin