From: Marc Lehmann Date: Wed, 11 Feb 1998 23:03:32 +0000 (+0000) Subject: i386.c: Conditionally include , , and . X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a49103407c5117a640a85bc35ec2bf43f1199ec0;p=platform%2Fupstream%2Fgcc.git i386.c: Conditionally include , , and . * i386.c: Conditionally include , , and . From-SVN: r17864 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 283653b..1dc02d3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 12 00:04:16 1998 Marc Lehmann + + * i386.c: Conditionally include , , and + . + Wed Feb 11 11:43:34 1998 Kaveh R. Ghazi * Makefile.in (WARN_CFLAGS): New variable. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 796c3f5..75e44c1 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -37,6 +37,18 @@ Boston, MA 02111-1307, USA. */ #include "function.h" #include "recog.h" +#if HAVE_STDLIB_H +#include +#endif + +#ifdef HAVE_STRING_H +#include +#else +#ifdef HAVE_STRINGS_H +#include +#endif +#endif + #ifdef EXTRA_CONSTRAINT /* If EXTRA_CONSTRAINT is defined, then the 'S' constraint in REG_CLASS_FROM_LETTER will no longer work, and various