PR target/26607
* config/rs6000/darwin-ldouble.c: Don't compile when __NO_FPRS__
or __LITTLE_ENDIAN__.
From-SVN: r112334
+2006-03-24 Alan Modra <amodra@bigpond.net.au>
+
+ PR target/26607
+ * config/rs6000/darwin-ldouble.c: Don't compile when __NO_FPRS__
+ or __LITTLE_ENDIAN__.
+
2006-03-23 J"orn Rennecke <joern.rennecke@st.com>
* config/sh/divtab-sh4.c, config/sh/divcost-analysis: New files.
This code currently assumes big-endian. */
-#if !_SOFT_FLOAT && (defined (__MACH__) || defined (__powerpc64__) || defined (__powerpc__) || defined (_AIX))
+#if (!defined (__NO_FPRS__) && !defined (__LITTLE_ENDIAN__) \
+ && (defined (__MACH__) || defined (__powerpc__) || defined (_AIX)))
#define fabs(x) __builtin_fabs(x)
#define isless(x, y) __builtin_isless (x, y)