OSDN Git Service

* system.h (__NO_STRING_INLINES): Define.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Jan 2003 02:44:37 +0000 (02:44 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Jan 2003 02:44:37 +0000 (02:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61528 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/system.h

index ecbd2f9..d8ef83d 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 0e5b3c6..27f6f41 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>