From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26028 invoked by alias); 5 Oct 2002 17:29:50 -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 26021 invoked from network); 5 Oct 2002 17:29:49 -0000 Received: from unknown (HELO balder.inter.net.il) (192.114.186.15) by sources.redhat.com with SMTP; 5 Oct 2002 17:29:49 -0000 Received: from Zaretsky ([80.230.2.40]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BUQ27777; Sat, 5 Oct 2002 20:29:11 +0300 (IDT) Date: Sat, 05 Oct 2002 10:29:00 -0000 From: "Eli Zaretskii" To: klee@mit.edu Message-Id: <9003-Sat05Oct2002202855+0200-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: (message from Klee Dienes on Fri, 4 Oct 2002 16:41:48 -0400) Subject: Re: [PATCH] Print vector registers in natural format, not hex Reply-to: Eli Zaretskii References: X-SW-Source: 2002-10/txt/msg00149.txt.bz2 > Date: Fri, 4 Oct 2002 16:41:48 -0400 > From: Klee Dienes > > The attached patch changes the algorithm so that all vector and float > registers are printed in natural format, followed by "(raw > 0xffffffff)". I've attached samples of the output before and after the > patch; the behavior of GDB should be unchanged except for vector > variables. There's no effect on the results from running the testsuite > on powerpc-apple-darwin or i386-unknown-gnu-linux; it does require a > testsuite change to altivec-regs.exp on powerpc-unknown-gnu-linux. Thanks for this contribution. If it is approved, please also change the relevant parts of the user manual to reflect this change.