From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1582 invoked by alias); 10 May 2003 20:40:46 -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 1575 invoked from network); 10 May 2003 20:40:46 -0000 Received: from unknown (HELO crack.them.org) (146.82.138.56) by sources.redhat.com with SMTP; 10 May 2003 20:40:46 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 19Eb9Z-0006TO-00; Sat, 10 May 2003 15:41:09 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 19Eb98-0000xL-00; Sat, 10 May 2003 16:40:42 -0400 Date: Sat, 10 May 2003 20:40:00 -0000 From: Daniel Jacobowitz To: Andrew Cagney Cc: Kevin Buettner , gdb-patches@sources.redhat.com Subject: Re: [WIP/RFC] MIPS registers overhaul Message-ID: <20030510204042.GA3647@nevyn.them.org> Mail-Followup-To: Andrew Cagney , Kevin Buettner , gdb-patches@sources.redhat.com References: <1030510002453.ZM3880@localhost.localdomain> <3EBD6131.30209@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EBD6131.30209@redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-05/txt/msg00169.txt.bz2 On Sat, May 10, 2003 at 04:29:37PM -0400, Andrew Cagney wrote: > >Problem 1 was solved by introducing a union type for floating point > >registers. When attempting to display a value using ``print'', you'll > >see (with my patch) something like this: > > > > (gdb) p $f20 > > $1 = {i = 4621199872640208077, f = -107374184, d = 8.9000000000000004} > > > >(If someone can think of more meaningful, but still terse field names for > >the above, please let me know.) > > I'd try to be consistent with the other register unions, uint64 for > instance. As for the d/f, I don't know. How about u64, flt, and dbl? -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer