classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [patch] merge ieeefp.h from libgcj


From: Andreas Tobler
Subject: [cp-patches] [patch] merge ieeefp.h from libgcj
Date: Wed, 09 Mar 2005 20:11:59 +0100
User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)

Hi all,

this patch merges a bit from libgcj to keep the diff between GNU Classpath and libgcj minimal.

ok?

Andreas

2005-03-09  Andreas Tobler  <address@hidden>

        * native/fdlibm/ieeefp.h: Merge m32r bits from libgcj to keep the diff
        minimal.
Index: native/fdlibm/ieeefp.h
===================================================================
RCS file: /cvsroot/classpath/classpath/native/fdlibm/ieeefp.h,v
retrieving revision 1.4
diff -u -r1.4 ieeefp.h
--- native/fdlibm/ieeefp.h      21 May 2004 07:03:56 -0000      1.4
+++ native/fdlibm/ieeefp.h      9 Mar 2005 19:10:07 -0000
@@ -35,6 +35,14 @@
 #define __IEEE_BIG_ENDIAN
 #endif
 
+#ifdef __m32r__
+#ifdef __LITTLE_ENDIAN__
+#define __IEEE_LITTLE_ENDIAN
+#else
+#define __IEEE_BIG_ENDIAN
+#endif
+#endif
+
 #if defined(__m68k__) || defined(__mc68000__)
 #define __IEEE_BIG_ENDIAN
 #endif

reply via email to

[Prev in Thread] Current Thread [Next in Thread]