mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* libc/include/machine/ieeefp.h: Fix typo: _DOUBLE_IS_32_BITS
should be _DOUBLE_IS_32BITS.
This commit is contained in:
parent
fb09b156d0
commit
51bef6a9c6
@ -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>
|
||||
|
||||
* libc/include/sys/stat.h (UTIME_NOW): Define for Cygwin.
|
||||
@ -33,6 +38,11 @@
|
||||
(mkfifoat): 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>
|
||||
|
||||
* libc/machine/spu/sys/errno.h: Use _impure_data, not _reent_data.
|
||||
|
@ -38,7 +38,7 @@
|
||||
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.
|
||||
|
||||
_DOUBLE_IS_32_BITS
|
||||
_DOUBLE_IS_32BITS
|
||||
|
||||
This is used on platforms that support double by using the 32-bit IEEE
|
||||
float type.
|
||||
|
Loading…
x
Reference in New Issue
Block a user