* libc/include/machine/ieeefp.h: Fix typo: _DOUBLE_IS_32_BITS

should be _DOUBLE_IS_32BITS.
This commit is contained in:
Nick Clifton 2008-04-24 11:26:41 +00:00
parent fb09b156d0
commit 51bef6a9c6
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-04-24 Nick Clifton <nickc@redhat.com>
* libc/include/machine/ieeefp.h: Fix typo: _DOUBLE_IS_32_BITS
should be _DOUBLE_IS_32BITS.
2008-04-24 Corinna Vinschen <corinna@vinschen.de> 2008-04-24 Corinna Vinschen <corinna@vinschen.de>
* libc/include/sys/stat.h (UTIME_NOW): Define for Cygwin. * libc/include/sys/stat.h (UTIME_NOW): Define for Cygwin.
@ -33,6 +38,11 @@
(mkfifoat): Ditto. (mkfifoat): Ditto.
(mknodat): Ditto. (mknodat): Ditto.
2008-04-22 Nick Clifton <nickc@redhat.com>
* libc/machine/arm/setjmp.S: Add support for thumb2 multiple
register load/store instructions.
2008-04-16 Patrick Mansfield <patmans@us.ibm.com> 2008-04-16 Patrick Mansfield <patmans@us.ibm.com>
* libc/machine/spu/sys/errno.h: Use _impure_data, not _reent_data. * libc/machine/spu/sys/errno.h: Use _impure_data, not _reent_data.

View File

@ -38,7 +38,7 @@
whereby multiple words of an IEEE floating point are in big endian order, but the whereby multiple words of an IEEE floating point are in big endian order, but the
words themselves are little endian with respect to the bytes. words themselves are little endian with respect to the bytes.
_DOUBLE_IS_32_BITS _DOUBLE_IS_32BITS
This is used on platforms that support double by using the 32-bit IEEE This is used on platforms that support double by using the 32-bit IEEE
float type. float type.