From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 475 invoked by alias); 30 Nov 2001 02:14:51 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 452 invoked from network); 30 Nov 2001 02:14:47 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by hostedprojects.ges.redhat.com with SMTP; 30 Nov 2001 02:14:47 -0000 Received: from rtl.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id SAA03788; Thu, 29 Nov 2001 18:14:45 -0800 (PST) Received: (from ezannoni@localhost) by rtl.cygnus.com (8.11.2/8.11.0) id fAU2L2O04316; Thu, 29 Nov 2001 21:21:02 -0500 X-Authentication-Warning: krustylu.cygnus.com: ezannoni set sender to ezannoni@cygnus.com using -f From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15366.60686.278158.712431@krustylu.cygnus.com> Date: Wed, 21 Nov 2001 03:54:00 -0000 To: Kevin Buettner Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] ppc-linux-nat.c: Don't use regmap[] anymore. In-Reply-To: <1011129205738.ZM19235@ocotillo.lan> References: <15362.34742.58613.695856@krustylu.cygnus.com> <1011129205738.ZM19235@ocotillo.lan> X-Mailer: VM 6.97 under Emacs 20.7.1 X-SW-Source: 2001-11/txt/msg00382.txt.bz2 Message-ID: <20011121035400.wNm9CIMh3TZhZw9U36gLHnsIiWQkd3V2TC0PmWh5wZQ@z> Kevin Buettner writes: > On Nov 26, 1:19pm, Elena Zannoni wrote: > > > 2001-11-26 Elena Zannoni > > > > * Makefile.in (ppc-linux-nat.o): Add dependency on ppc-tdep.h. > > > > * ppc-tdep.h (PPC_GPLAST_REGNUM): Define. > > > > * ppc-linux-nat.c: Include ppc-tdep.h. > > (ppc_register_u_addr): Don't use the static array regmap[], > > dynamically define the mapping instead. > > (supply_gregset): Ditto. > > (fill_gregset): Ditto. > > (COPY_REG): Delete macro defintion. > > (regmap): Delete array. > > Now that I've seen Elena's WIP patch, I understand the reasons for doing > this. > > Approved. > > Kevin Committed. Elena