From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9761 invoked by alias); 1 May 2004 14:06:08 -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 9746 invoked from network); 1 May 2004 14:06:06 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sources.redhat.com with SMTP; 1 May 2004 14:06:06 -0000 Received: from hermes.suse.de (Hermes.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 74C4D52062D; Sat, 1 May 2004 16:06:05 +0200 (CEST) To: Andrew Cagney Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com, dj@redhat.com Subject: Re: [patch/rfc] Add host's floatformat References: <40939DD4.3000706@gnu.org> From: Andreas Schwab X-Yow: I will SHAVE and buy JELL-O and bring my MARRIAGE MANUAL!! Date: Sat, 01 May 2004 14:06:00 -0000 In-Reply-To: <40939DD4.3000706@gnu.org> (Andrew Cagney's message of "Sat, 01 May 2004 08:53:40 -0400") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) 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-05/txt/msg00019.txt.bz2 Andrew Cagney writes: > +# Figure out which floatformat to use. > +case "${host}" in > +i[34567]86-*-*) > + host_float_format="&floatformat_ieee_single_little" > + host_double_format="&floatformat_ieee_double_little" > + host_long_double_format="&floatformat_i387_ext" > + ;; > +hppa*-*-linux*) > + host_float_format="&floatformat_ieee_single_big" > + host_double_format="&floatformat_ieee_double_big" > + host_long_double_format="&floatformat_ieee_double_big" > + ;; +m68*-*-*) + host_float_format="&floatformat_ieee_single_big" + host_double_format="&floatformat_ieee_double_big" + host_long_double_format="&floatformat_m68881_ext" + ;; 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."