svn commit: r186461 - in head: lib/libc/arm lib/libc/include lib/msun/src sys/arm/include

David Schultz das at FreeBSD.ORG
Tue Jan 6 13:53:02 PST 2009


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...


More information about the svn-src-head mailing list