From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29556 invoked by alias); 12 Feb 2002 16:54:43 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29300 invoked from network); 12 Feb 2002 16:54:38 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sources.redhat.com with SMTP; 12 Feb 2002 16:54:38 -0000 Received: from zaretsky (diup-219-213.inter.net.il [213.8.219.213]) by thor.inter.net.il (Mirapoint) with ESMTP id AGH20614; Tue, 12 Feb 2002 18:54:03 +0200 (IST) Date: Tue, 12 Feb 2002 08:54:00 -0000 From: "Eli Zaretskii" To: jh@suse.cz Message-Id: <7458-Tue12Feb2002185243+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: gcc@gcc.gnu.org, gdb@sources.redhat.com In-reply-to: <20020212143841.GC5736@atrey.karlin.mff.cuni.cz> (message from Jan Hubicka on Tue, 12 Feb 2002 15:38:41 +0100) Subject: Re: Debugging of gcc 3.1 programs with -mfpmath=sse Reply-to: Eli Zaretskii References: <20020212143841.GC5736@atrey.karlin.mff.cuni.cz> X-SW-Source: 2002-02/txt/msg00187.txt.bz2 > Date: Tue, 12 Feb 2002 15:38:41 +0100 > From: Jan Hubicka > > while hunting down the bugs in gcc3.1 SSE scalar code generation I've noticed > that new gdb5.1 supports SSE (great :), but insist on printing the variables in > hexadecimal form, instead of as floats, that is somewhat anoying. Since I am > having minimal insight to gdb internals, and somehow I want to keep that for > some time, I would like to ask, what needs to be done to get floats displayed > right Doesn't "p/f" work?