From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14637 invoked by alias); 3 Dec 2003 18:35:07 -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 14624 invoked from network); 3 Dec 2003 18:35:07 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 3 Dec 2003 18:35:07 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id hB3IZ6232047 for ; Wed, 3 Dec 2003 13:35:06 -0500 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hB3IZ6230606; Wed, 3 Dec 2003 13:35:06 -0500 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hB3IZ5M27309; Wed, 3 Dec 2003 13:35:06 -0500 Received: from greed.delorie.com (localhost [127.0.0.1]) by greed.delorie.com (8.12.10/8.12.10) with ESMTP id hB3IXhpI026677; Wed, 3 Dec 2003 13:33:43 -0500 Received: (from dj@localhost) by greed.delorie.com (8.12.10/8.12.10/Submit) id hB3IXhCs026673; Wed, 3 Dec 2003 13:33:43 -0500 Date: Wed, 03 Dec 2003 18:35:00 -0000 Message-Id: <200312031833.hB3IXhCs026673@greed.delorie.com> From: DJ Delorie To: ian@wasabisystems.com CC: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com In-reply-to: <20031203181245.3896.qmail@gossamer.airs.com> (message from Ian Lance Taylor on 3 Dec 2003 13:12:45 -0500) Subject: Re: RFA: Support infinity, NaN, and denormalized numbers in floatformat.c References: <20031203181245.3896.qmail@gossamer.airs.com> X-SW-Source: 2003-12/txt/msg00085.txt.bz2 > 2003-12-03 Ian Lance Taylor > > * floatformat.c: Include "config.h" and if available. > (INFINITY, NAN): Define if not defined by . > (floatformat_to_double): Handle NaN, infinity, and denormalized > numbers. > (floatformat_from_double): Likewise. > (ieee_test): In debugging code, use little endian rather than big > endian. Correct tests to handle NaN and to check correct sign of > zero. Omit m68k extended test. > (main): Add more debugging cases. Ok.