From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19145 invoked by alias); 24 Nov 2003 16:47:10 -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 19134 invoked from network); 24 Nov 2003 16:47:08 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 24 Nov 2003 16:47:08 -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 hAOGl8H29210 for ; Mon, 24 Nov 2003 11:47:08 -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 hAOGl7w15300; Mon, 24 Nov 2003 11:47:07 -0500 Received: from localhost.localdomain (vpn50-29.rdu.redhat.com [172.16.50.29]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id hAOGl6KL029537; Mon, 24 Nov 2003 11:47:06 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id hAOGl1X09309; Mon, 24 Nov 2003 09:47:01 -0700 Date: Mon, 24 Nov 2003 16:47:00 -0000 From: Kevin Buettner Message-Id: <1031124164700.ZM9308@localhost.localdomain> In-Reply-To: Kevin Buettner "[RFA] FR-V SIM: Check availability of GR and FR regs" (Nov 6, 11:33pm) References: <1031107063317.ZM15719@localhost.localdomain> To: Dave Brolley Subject: Re: [RFA] FR-V SIM: Check availability of GR and FR regs Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-11/txt/msg00520.txt.bz2 On Nov 6, 11:33pm, Kevin Buettner wrote: > * frv-sim.h (GR_REGNUM_MAX, FR_REGNUM_MAX, PC_REGNUM, SPR_REGNUM_MIN) > (SPR_REGNUM_MAX): Delete. > * frv.c (gdb/sim-frv.h): Include. > (frvbf_fetch_register, frvbf_store_register): Use register number > constants from gdb/sim-frv.h. Check availability of general > purpose and float registers. Committed. Kevin