From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12338 invoked by alias); 7 Apr 2003 18:39:36 -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 12331 invoked from network); 7 Apr 2003 18:39:35 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 Apr 2003 18:39:35 -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 h37IdZe00752 for ; Mon, 7 Apr 2003 14:39:35 -0400 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 h37IdZJ04115 for ; Mon, 7 Apr 2003 14:39:35 -0400 Received: from localhost.localdomain (vpn50-42.rdu.redhat.com [172.16.50.42]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h37IdY317126 for ; Mon, 7 Apr 2003 14:39:34 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h37IdSp26133 for gdb-patches@sources.redhat.com; Mon, 7 Apr 2003 11:39:28 -0700 Date: Mon, 07 Apr 2003 18:39:00 -0000 From: Kevin Buettner Message-Id: <1030407183928.ZM26132@localhost.localdomain> In-Reply-To: Kevin Buettner "[PATCH] MIPS: Consolidate printing of floating point registers" (Apr 4, 5:08pm) References: <1030405000855.ZM3033@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] MIPS: Consolidate printing of floating point registers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00116.txt.bz2 On Apr 4, 5:08pm, Kevin Buettner wrote: > * mips-tdep.c (mips_print_fp_register): New function, created from > do_fp_register_row(). Registers are now also printed as hex. > Only one register is printed per row. > (mips_print_register, do_fp_register_row): Print floating point > registers with mips_print_fp_register(). Committed. Kevin