From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3227 invoked by alias); 15 Aug 2002 23:44:05 -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 3113 invoked from network); 15 Aug 2002 23:44:04 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 15 Aug 2002 23:44:04 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6886A3C82 for ; Thu, 15 Aug 2002 19:44:03 -0400 (EDT) Message-ID: <3D5C3CC3.4070805@ges.redhat.com> Date: Thu, 15 Aug 2002 16:44:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Provide a default ``info float'' References: <3D5564DC.2070809@ges.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00395.txt.bz2 > 2002-08-10 Andrew Cagney > > * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method. > Add `args' parameter. > * gdbarch.h, gdbarch.c: Regenerate. > > * arm-tdep.c (arm_print_float_info): Add the parameter `args'. > > * infcmd.c (float_info): Call print_float_info. > (print_float_info): New function. By default, print the > floating-point registers. > > * arch-utils.h (default_print_float_info): Delete declaration. > * arch-utils.c (default_print_float_info): Delete function. > I've checked this in. Andrew