From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 335 invoked by alias); 14 Jan 2003 15:36:09 -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 32761 invoked from network); 14 Jan 2003 15:36:07 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by 209.249.29.67 with SMTP; 14 Jan 2003 15:36:07 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3BAC73DF5; Tue, 14 Jan 2003 10:35:58 -0500 (EST) Message-ID: <3E242E5D.6050003@redhat.com> Date: Tue, 14 Jan 2003 15:36:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC/testsuite] Update "info float" output for i386 References: <20030114041526.GA1885@nevyn.them.org> <3E23A587.10009@redhat.com> <20030114055514.GA11105@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00517.txt.bz2 > > Thanks very much. I completely missed that line at the beginning of > the function. Since I don't see anything else overriding > print_float_info (i.e. changing the cfunc for the info command), you're > probably right. No code should be overriding a command's function. So if that is happening, its a bug. Andrew