From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31342 invoked by alias); 19 Jan 2004 22:57:07 -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 31333 invoked from network); 19 Jan 2004 22:57:06 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 19 Jan 2004 22:57:06 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5A1EB2B8F; Mon, 19 Jan 2004 17:57:04 -0500 (EST) Message-ID: <400C60C0.9040702@gnu.org> Date: Mon, 19 Jan 2004 22:57:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: "J. Johnston" Cc: Kevin Buettner , gdb-patches@sources.redhat.com, drow@mvista.com Subject: Re: [RFC]: remove inconsistency in printcmd.c: print_scalar_formatted References: <3FDA26B1.6010704@redhat.com> <1031212221704.ZM22539@localhost.localdomain> <3FDA636F.30204@redhat.com> <400C58E6.4070908@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00533.txt.bz2 > Ping. Could we continue discussing this topic and come to some form of resolution? The new additional ia64 test failures are annoying. I thought there was basic agreement with your change (It sux less then the current behavior :-). Yes, change it. That way, behavior such as: (gdb) print/x 1.0 will at least be more consistent. Andrew