From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30887 invoked by alias); 4 May 2004 14:11:34 -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 30855 invoked from network); 4 May 2004 14:11:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 4 May 2004 14:11:33 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i44EBWkI005368; Tue, 4 May 2004 10:11:32 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i44EBWv15962; Tue, 4 May 2004 10:11:32 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id EA8C42B9D; Tue, 4 May 2004 10:11:27 -0400 (EDT) Message-ID: <4097A48F.2090605@gnu.org> Date: Tue, 04 May 2004 14:11:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Zack Weinberg Cc: DJ Delorie , binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Add host's floatformat References: <40939DD4.3000706@gnu.org> <4093DC36.9040304@gnu.org> <200405020312.i423CSlH008732@greed.delorie.com> <4096996E.9080700@gnu.org> <200405032210.i43MArI1021688@greed.delorie.com> <4096C9AE.9040504@gnu.org> <200405032244.i43MiDEY022139@greed.delorie.com> <4096D3E3.1060102@gnu.org> <200405032348.i43NmlgN023136@greed.delorie.com> <87smeh9i7f.fsf@egil.codesourcery.com> In-Reply-To: <87smeh9i7f.fsf@egil.codesourcery.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-05/txt/msg00095.txt.bz2 > For awhile GCC's configure.in had a table like this -- tuned so that > you could just compile it and grep for strings in the object file. We > got rid of it (GCC doesn't need to know the host float format anymore) > but it could be dug out of CVS. That's on GDB's wish list. Change things so that it implements the inferior's FP (regardless of the host/target combination). This whole thing was intended as a `temporary' hack. Andrew