From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7098 invoked by alias); 30 Jul 2004 09:46:03 -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 7085 invoked from network); 30 Jul 2004 09:46:02 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sourceware.org with SMTP; 30 Jul 2004 09:46:02 -0000 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id DA1B598587E for ; Fri, 30 Jul 2004 11:45:58 +0200 (CEST) To: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Add host's floatformat References: <40939DD4.3000706@gnu.org> <41095190.7020508@gnu.org> From: Andreas Schwab X-Yow: Now I understand the meaning of ``THE MOD SQUAD''! Date: Fri, 30 Jul 2004 09:46:00 -0000 In-Reply-To: <41095190.7020508@gnu.org> (Andrew Cagney's message of "Thu, 29 Jul 2004 15:35:44 -0400") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2004-07/txt/msg00485.txt.bz2 Andrew Cagney writes: > * configure.host (gdb_host_float_format, gdb_host_double_format) > (gdb_host_long_double_format): Set according to the host. 2004-07-30 Andreas Schwab * configure.host: Set host floatformat for m68k. --- gdb/configure.host 30 Jul 2004 10:54:44 +0200 1.81 +++ gdb/configure.host 30 Jul 2004 10:57:33 +0200 @@ -165,6 +165,11 @@ hppa*-*-linux*) gdb_host_double_format="&floatformat_ieee_double_big" gdb_host_long_double_format="&floatformat_ieee_double_big" ;; +m68*-*-*) + gdb_host_float_format="&floatformat_ieee_single_big" + gdb_host_double_format="&floatformat_ieee_double_big" + gdb_host_long_double_format="&floatformat_m68881_ext" + ;; *) gdb_host_float_format=0 gdb_host_double_format=0 Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."