* include/bits/c++config(__NO_MATH_INLINES): Move to...
* config/os/gnu-linux/bits/os_defines.h: ...here.
From-SVN: r42538
+2001-05-24 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
+
+ * include/bits/c++config(__NO_MATH_INLINES): Move to...
+ * config/os/gnu-linux/bits/os_defines.h: ...here.
+
2001-05-24 Gabriel Dos Reis <gdr@codesourcery.com>
* include/bits/c++config (__NO_MATH_INLINES): New macro.
#undef __THROW
#define __THROW
+// Tell Glibc not to try to provide its own inline versions of
+// some math functions. Those cause assembly-time clashes with
+// our definitions.
+#define __NO_MATH_INLINES
+
#endif /* not glibc 2.1 or higher. */
# if defined __GLIBC__ && __GLIBC__ >= 2
// Pick up any OS-specific definitions.
#include <bits/os_defines.h>
-// Tell Glibc not to try to provide its own inline versions of
-// some math functions. Those cause assembly-time clashes with
-// our definitions.
-#define __NO_MATH_INLINES
-
// The current version of the C++ library in compressed ISO date format.
#define __GLIBCPP__ 20010517