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:
Gerhard Tonn 2002-04-29 04:15:57 +00:00 committed by Bryce McKinlay
parent 22bcf65c52
commit f736fd67c0
2 changed files with 8 additions and 0 deletions

View File

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

View File

@ -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!!