mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 02:26:55 +08:00
ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390.
2002-04-29 Gerhard Tonn <GerhardTonn@swol.de> * java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390. From-SVN: r52874
This commit is contained in:
parent
22bcf65c52
commit
f736fd67c0
@ -1,3 +1,7 @@
|
||||
2002-04-29 Gerhard Tonn <GerhardTonn@swol.de>
|
||||
|
||||
* java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390.
|
||||
|
||||
2002-04-29 Adam King <aking@dreammechanics.com>
|
||||
|
||||
* java/io/natFileDescriptorWin32.cc (open): Move file pointer to end
|
||||
|
@ -126,6 +126,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __s390__
|
||||
#define __IEEE_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#ifndef __IEEE_BIG_ENDIAN
|
||||
#ifndef __IEEE_LITTLE_ENDIAN
|
||||
#error Endianess not declared!!
|
||||
|
Loading…
Reference in New Issue
Block a user