I'm checking this in.

This re-merges ieeefp.h with libgcj.

Tom

Index: ChangeLog
from  Mike Stump  <[EMAIL PROTECTED]>

        * native/fdlibm/ieeefp.h: ppc64 is also __IEEE_BIG_ENDIAN.

Index: native/fdlibm/ieeefp.h
===================================================================
RCS file: /cvsroot/classpath/classpath/native/fdlibm/ieeefp.h,v
retrieving revision 1.5
diff -u -r1.5 ieeefp.h
--- native/fdlibm/ieeefp.h 11 Mar 2005 19:24:55 -0000 1.5
+++ native/fdlibm/ieeefp.h 24 Apr 2005 17:46:13 -0000
@@ -123,7 +123,7 @@
 #define __IEEE_LITTLE_ENDIAN
 #endif
 
-#if defined (__PPC__) || defined (__ppc__)
+#if defined (__PPC__) || defined (__ppc__) || defined (__ppc64__)
 #if (defined(_BIG_ENDIAN) && _BIG_ENDIAN) || (defined(_AIX) && _AIX) \
     || defined (__APPLE__)
 #define __IEEE_BIG_ENDIAN


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to