From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1594 invoked by alias); 2 Jun 2003 04:21:19 -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 1559 invoked from network); 2 Jun 2003 04:21:19 -0000 Received: from unknown (HELO crack.them.org) (146.82.138.56) by sources.redhat.com with SMTP; 2 Jun 2003 04:21:19 -0000 Received: from dsl093-172-017.pit1.dsl.speakeasy.net ([66.93.172.17] helo=nevyn.them.org ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 19MgpO-0005Ej-00; Sun, 01 Jun 2003 23:21:46 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 19Mgog-00050x-00; Mon, 02 Jun 2003 00:21:02 -0400 Date: Mon, 02 Jun 2003 04:21:00 -0000 From: Daniel Jacobowitz To: Richard Henderson Cc: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [RFA] alpha_register_reggroup_p Message-ID: <20030602042102.GA19260@nevyn.them.org> Mail-Followup-To: Richard Henderson , Andrew Cagney , gdb-patches@sources.redhat.com References: <20030602032821.GA7199@twiddle.net> <3EDACA77.6050407@redhat.com> <20030602040003.GB7283@twiddle.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030602040003.GB7283@twiddle.net> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-06/txt/msg00050.txt.bz2 On Sun, Jun 01, 2003 at 09:00:03PM -0700, Richard Henderson wrote: > On Sun, Jun 01, 2003 at 11:54:31PM -0400, Andrew Cagney wrote: > > >+ /* Force the FPCR to be considered part of the floating point state. */ > > >+ if (regnum == ALPHA_FPCR_REGNUM) > > >+ return group == float_reggroup; > > > > Good. Finally a useful "info float". > > Incidentally, is there a good way to get "info r fpcr" to > decode the bits in this register? Not really. Michal Ludvig proposed a set type for this some time ago but I don't remember what happened to it. You could probably use the Pascal-style power set type which GDB supports to acheive the same thing. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer