From owner-freebsd-ppc@FreeBSD.ORG Tue Jul 20 02:38:41 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C76AC16A4CE for ; Tue, 20 Jul 2004 02:38:41 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E5443D1F for ; Tue, 20 Jul 2004 02:38:40 +0000 (GMT) (envelope-from peterg@ptree32.com.au) Received: from ptree32.com.au (CPE-19-111.dsl.OntheNet.net [203.144.19.111]) i6K2cdnP032431 for ; Tue, 20 Jul 2004 12:38:39 +1000 (EST) (envelope-from peterg@ptree32.com.au) Message-ID: <40FC8748.9020501@ptree32.com.au> Date: Tue, 20 Jul 2004 12:45:28 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ppc@freebsd.org References: <16634.60434.732990.437652@grasshopper.cs.duke.edu> In-Reply-To: <16634.60434.732990.437652@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: long doubles? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 02:38:41 -0000 > If long doubles are 8 bytes (and they are on MacOSX, so that's a good > sign), then shouldn't the LDBL_* constants be the same as the DBL* > constants from float.h? (they are on MacOSX) FYI, Drew commited the fix for this. Long doubles are now 8 bytes, the same as OSX and NetBSD. later, Peter.