From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6389 invoked by alias); 19 Feb 2003 18:31:55 -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 6373 invoked from network); 19 Feb 2003 18:31:54 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 19 Feb 2003 18:31:54 -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 h1JIVsK24799 for ; Wed, 19 Feb 2003 13:31:54 -0500 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 h1JIVra21467; Wed, 19 Feb 2003 13:31:53 -0500 Received: from localhost.localdomain (vpn50-1.rdu.redhat.com [172.16.50.1]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1JIVpO26503; Wed, 19 Feb 2003 13:31:51 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h1JIVja08983; Wed, 19 Feb 2003 11:31:45 -0700 Date: Wed, 19 Feb 2003 18:31:00 -0000 From: Kevin Buettner Message-Id: <1030219183145.ZM8982@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: RFA: Allow set/display of e500 accumulator and status registers." (Feb 18, 7:17pm) References: <3E00DE98.90807@redhat.com> <3E52CD13.30809@redhat.com> To: Andrew Cagney Subject: Re: RFA: Allow set/display of e500 accumulator and status registers. Cc: gdb-patches@sources.redhat.com, Kevin Buettner , Nick Clifton MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00427.txt.bz2 On Feb 18, 7:17pm, Andrew Cagney wrote: > 2002-12-18 Andrew Cagney > > * rs6000-tdep.c: Include "gdb_assert.h". > (registers_e500): Add "acc" and "spefscr". > (PPC_GPRS_PSEUDO_REGS): Remove trailing comma. > (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum, > ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum > really is "r0". > (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson). Okay. (Sorry I missed it when it was first posted.) Kevin