]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.
authorTom Tromey <tromey@cygnus.com>
Mon, 21 Jun 1999 15:42:12 +0000 (15:42 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 21 Jun 1999 15:42:12 +0000 (15:42 +0000)
* java/lang/ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.
From Jeff Sturm.

From-SVN: r27671

libjava/ChangeLog
libjava/java/lang/ieeefp.h

index 269f7e31962447e1296f0b0d0856872f9c208c6c..777ec8eeff2320f5ffe6a0aa6451988db0e4e47a 100644 (file)
@@ -1,5 +1,8 @@
 1999-06-21  Tom Tromey  <tromey@cygnus.com>
 
+       * java/lang/ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.
+       From Jeff Sturm.
+
        * Makefile.in: Rebuilt.
        * Makefile.am (toolexeclibdir): Define as libdir when
        appropriate.
index 931bafb7d1a7f25f27ed24f86cf41d9232e080ac..1f0951ff43097a6bebdc7a2e9e779ca690f0fb47 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef __IEEE_BIG_ENDIAN
 #ifndef __IEEE_LITTLE_ENDIAN
 
+#ifdef __alpha__
+#define __IEEE_LITTLE_ENDIAN
+#endif
+
 #ifdef __arm__
 /* ARM always has big-endian words.  Within those words the byte ordering
    appears to be big or little endian.  Newlib doesn't seem to care about