* system.h (__NO_STRING_INLINES): Define.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 21 Jan 2003 02:44:37 +0000 (02:44 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 21 Jan 2003 02:44:37 +0000 (02:44 +0000)
From-SVN: r61528

gcc/ChangeLog
gcc/system.h

index ecbd2f951e0eb7c581f6e276cf65fe2e5c5ff51e..d8ef83d524db9b66ce72b8b579f2d91c3be3e2d9 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * system.h (__NO_STRING_INLINES): Define.
+
 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
index 0e5b3c65894fca5dec5a72f326b44183c620c1c1..27f6f411a1028b764c0036ad7f27d81d75dd79f7 100644 (file)
@@ -112,6 +112,10 @@ extern int fprintf_unlocked PARAMS ((FILE *, const char *, ...));
 extern int errno;
 #endif
 
+/* Some of glibc's string inlines cause warnings.  Plus we'd rather
+   rely on (and therefore test) GCC's string builtins.  */
+#define __NO_STRING_INLINES
+
 #ifdef STRING_WITH_STRINGS
 # include <string.h>
 # include <strings.h>