Define __IEEE_BIG_ENDIAN, __SMALL_BITFIELDS and _DOUBLE_IS_32BITS for IP2K.
This commit is contained in:
parent
97d2bc794d
commit
6b5a79886d
|
@ -1,3 +1,8 @@
|
|||
2003-01-18 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* libc/include/machine/ieeefp.h : Define __IEEE_BIG_ENDIAN,
|
||||
__SMALL_BITFIELDS and _DOUBLE_IS_32BITS for IP2K.
|
||||
|
||||
2003-01-16 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libc/sys/rtems/include/limits.h, libc/sys/rtems/sys/param.h,
|
||||
|
|
|
@ -228,6 +228,12 @@
|
|||
#define __IEEE_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#ifdef __IP2K__
|
||||
#define __IEEE_BIG_ENDIAN
|
||||
#define __SMALL_BITFIELDS
|
||||
#define _DOUBLE_IS_32BITS
|
||||
#endif
|
||||
|
||||
#ifndef __IEEE_BIG_ENDIAN
|
||||
#ifndef __IEEE_LITTLE_ENDIAN
|
||||
#error Endianess not declared!!
|
||||
|
|
Loading…
Reference in New Issue