From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17665 invoked by alias); 12 Feb 2002 14:38:55 -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 17418 invoked from network); 12 Feb 2002 14:38:45 -0000 Received: from unknown (HELO atrey.karlin.mff.cuni.cz) (195.113.31.123) by sources.redhat.com with SMTP; 12 Feb 2002 14:38:45 -0000 Received: (from hubicka@localhost) by atrey.karlin.mff.cuni.cz (8.9.3/8.9.3/Debian 8.9.3-21) id PAA15197; Tue, 12 Feb 2002 15:38:41 +0100 Date: Tue, 12 Feb 2002 06:38:00 -0000 From: Jan Hubicka To: gcc@gcc.gnu.org, gdb@sources.redhat.com Subject: Debugging of gcc 3.1 programs with -mfpmath=sse Message-ID: <20020212143841.GC5736@atrey.karlin.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.24i X-SW-Source: 2002-02/txt/msg00184.txt.bz2 Hi, 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 and whether it is possible to think about it in gdb5.1.x line, as gcc 3.1 will be (as we hope) released relativly soon and it would be nice to have SSE code generation working well. Honza