From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15134 invoked by alias); 2 Jun 2003 04:00:06 -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 15119 invoked from network); 2 Jun 2003 04:00:05 -0000 Received: from unknown (HELO are.twiddle.net) (64.81.246.98) by sources.redhat.com with SMTP; 2 Jun 2003 04:00:05 -0000 Received: from are.twiddle.net (localhost.localdomain [127.0.0.1]) by are.twiddle.net (8.12.8/8.12.8) with ESMTP id h52404LH007306; Sun, 1 Jun 2003 21:00:04 -0700 Received: (from rth@localhost) by are.twiddle.net (8.12.8/8.12.8/Submit) id h52404uc007304; Sun, 1 Jun 2003 21:00:04 -0700 X-Authentication-Warning: are.twiddle.net: rth set sender to rth@twiddle.net using -f Date: Mon, 02 Jun 2003 04:00:00 -0000 From: Richard Henderson To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] alpha_register_reggroup_p Message-ID: <20030602040003.GB7283@twiddle.net> References: <20030602032821.GA7199@twiddle.net> <3EDACA77.6050407@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EDACA77.6050407@redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-06/txt/msg00046.txt.bz2 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? r~