From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20454 invoked by alias); 16 Oct 2004 03:23:02 -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 20437 invoked from network); 16 Oct 2004 03:22:58 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 16 Oct 2004 03:22:58 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id E1CAA47D9A; Fri, 15 Oct 2004 20:22:57 -0700 (PDT) Date: Sat, 16 Oct 2004 03:23:00 -0000 From: Joel Brobecker To: Michael Snyder Cc: gdb-patches@sources.redhat.com, Kevin Buettner , jimb@redhat.com Subject: Re: [RFA] ppc/rs6000: use gdbarch_ps_regnum Message-ID: <20041016032257.GZ1375@gnat.com> References: <41706E26.3050804@redhat.com> <20041016010827.GY1375@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041016010827.GY1375@gnat.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-10/txt/msg00291.txt.bz2 > > 2004-10-15 Michael Snyder > > > > * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_ps_regnum. > > * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_ps_regnum > > instead of putting it in the tdep struct. > > * rs6000-nat.c: Use PS_REGNUM instead of the tdep. > > * ppc-linux-nat.c: Ditto. > > * ppc-linux-tdep.c: Ditto. > > * aix-thread.c: Ditto. > > Seems good to me (pretty obvious actually), but I'd prefer it if Kevin > approved it too. Give him a week, and then check it in. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Ahem, big blush, it just occured to me that these files do not even remotely fall under AIX maintainership. So please ignore my go ahead, I was confused by being Cc'ed. > Currently testing on AIX 5.1 right now. Will send the results as soon > as they are available. Results are good. No regression. -- Joel