From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32598 invoked by alias); 11 Mar 2003 23:18:12 -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 32591 invoked from network); 11 Mar 2003 23:18:12 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 11 Mar 2003 23:18:12 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h2BNIBQ15042 for ; Tue, 11 Mar 2003 18:18:11 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h2BNIBV01182 for ; Tue, 11 Mar 2003 18:18:11 -0500 Received: from localhost.localdomain (vpn50-53.rdu.redhat.com [172.16.50.53]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h2BNIBS19714 for ; Tue, 11 Mar 2003 18:18:11 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h2BNI5G12259 for gdb-patches@sources.redhat.com; Tue, 11 Mar 2003 16:18:05 -0700 Date: Tue, 11 Mar 2003 23:18:00 -0000 From: Kevin Buettner Message-Id: <1030311231805.ZM12258@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: [RFA] mips-tdep.c: Fix printing of floats in "info all-registers"" (Mar 4, 1:01pm) References: <1030304172439.ZM23900@localhost.localdomain> <3E64EA0D.8070601@redhat.com> To: gdb-patches@sources.redhat.com Subject: Re: [RFA] mips-tdep.c: Fix printing of floats in "info all-registers" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-03/txt/msg00269.txt.bz2 On Mar 4, 1:01pm, Andrew Cagney wrote: > > Okay? > > Yes. > > > * mips-tdep.c (do_fp_register_row): Fix typo which caused a double > > type to be used when attempting to unpack a float. Committed. Kevin