From owner-svn-src-all@FreeBSD.ORG Tue Jan 6 21:53:01 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDE57106564A; Tue, 6 Jan 2009 21:53:01 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (ZIM.MIT.EDU [18.95.3.101]) by mx1.freebsd.org (Postfix) with ESMTP id 896A28FC1A; Tue, 6 Jan 2009 21:53:01 +0000 (UTC) (envelope-from das@FreeBSD.ORG) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.3/8.14.2) with ESMTP id n06LjbGZ016412; Tue, 6 Jan 2009 16:45:37 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by zim.MIT.EDU (8.14.3/8.14.2/Submit) id n06LjbvO016411; Tue, 6 Jan 2009 16:45:37 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Tue, 6 Jan 2009 16:45:37 -0500 From: David Schultz To: Marcel Moolenaar Message-ID: <20090106214537.GA16219@zim.MIT.EDU> Mail-Followup-To: Marcel Moolenaar , src-committers@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, svn-src-head@FreeBSD.ORG References: <200812232220.mBNMKx62015133@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200812232220.mBNMKx62015133@svn.freebsd.org> Cc: svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r186461 - in head: lib/libc/arm lib/libc/include lib/msun/src sys/arm/include X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2009 21:53:02 -0000 On Tue, Dec 23, 2008, Marcel Moolenaar wrote: > Author: marcel > Date: Tue Dec 23 22:20:59 2008 > New Revision: 186461 > URL: http://svn.freebsd.org/changeset/base/186461 > > Log: > Add support for the FPA floating-point format on ARM. The > FPA floating-point format is identical to the VFP format, > but is always stored in big-endian. > Introduce _IEEE_WORD_ORDER to describe the byte-order of > the FP representation. There may be a few other files that assume that the word order and the byte order are the same, e.g., lib/libc/arm/gen/infinity.c lib/libc/gen/ldexp.c lib/msun/src/s_cbrt.c lib/msun/src/s_nan.c The last three ideally shouldn't...