From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11387 invoked by alias); 22 Mar 2002 19:33:31 -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 11348 invoked from network); 22 Mar 2002 19:33:26 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 22 Mar 2002 19:33:26 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 8ACE13F2F; Fri, 22 Mar 2002 14:33:25 -0500 (EST) Message-ID: <3C9B8705.8090407@cygnus.com> Date: Fri, 22 Mar 2002 11:33:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Daniel Jacobowitz , "Martin M. Hunt" , Chris Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: MIPS and builtin_type_{double,float} References: <20020322141634.A27843@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00425.txt.bz2 [Adding MartinH and CGD to To: line.> 2002-03-22 Daniel Jacobowitz > > * mips-tdep.c (mips_float_register_type): New function. > (mips_double_register_type): New function. > (mips_print_register): Use them. > (do_fp_register_row): Likewise. > Perfect! Suggest a NEWS entry. The next question is pulling the whole thing into the branch. The two (other) people that immediatly come to mind on this one are are MartinH and ChrisD. Thoughts? Andrew