From: Kaveh R. Ghazi Date: Tue, 21 Jan 2003 02:44:37 +0000 (+0000) Subject: * system.h (__NO_STRING_INLINES): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=876086937b24fed8fc5ef99877281619e211a14f;p=gcc.git * system.h (__NO_STRING_INLINES): Define. From-SVN: r61528 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ecbd2f951e0..d8ef83d524d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-20 Kaveh R. Ghazi + + * system.h (__NO_STRING_INLINES): Define. + 2003-01-20 John David Anglin * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x diff --git a/gcc/system.h b/gcc/system.h index 0e5b3c65894..27f6f411a10 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -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 # include