diff options
-rw-r--r-- | gcc/combine.c | 3 | ||||
-rw-r--r-- | gcc/emit-rtl.c | 2 | ||||
-rw-r--r-- | gcc/final.c | 2 | ||||
-rw-r--r-- | gcc/gcc.c | 2 | ||||
-rw-r--r-- | gcc/genattrtab.c | 2 | ||||
-rw-r--r-- | gcc/mips-tfile.c | 2 | ||||
-rw-r--r-- | gcc/tree.c | 2 |
7 files changed, 7 insertions, 8 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 6729a3f..75ef97a 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -73,8 +73,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ also use the condition code; but in practice such insns would not combine anyway. */ -#include <stdio.h> - #include "config.h" #include "gvarargs.h" #include "rtl.h" @@ -88,6 +86,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "insn-attr.h" #include "recog.h" #include "real.h" +#include <stdio.h> /* It is not safe to use ordinary gen_lowpart in combine. Use gen_lowpart_for_combine instead. See comments there. */ diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index a540ef7..7643d7d 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -34,7 +34,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ is the kind of rtx's they make and what arguments they use. */ #include "config.h" -#include <stdio.h> #include "gvarargs.h" #include "rtl.h" #include "flags.h" @@ -43,6 +42,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "regs.h" #include "insn-config.h" #include "real.h" +#include <stdio.h> /* This is reset to LAST_VIRTUAL_REGISTER + 1 at the start of each function. After rtl generation, it is 1 plus the largest register number used. */ diff --git a/gcc/final.c b/gcc/final.c index 7f4581a4..7c15200 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -43,7 +43,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ directly as assembler code by the macros FUNCTION_PROLOGUE and FUNCTION_EPILOGUE. Those instructions never exist as rtl. */ -#include <stdio.h> #include "config.h" #include "gvarargs.h" #include "rtl.h" @@ -59,6 +58,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "output.h" #include "hard-reg-set.h" #include "defaults.h" +#include <stdio.h> /* Get N_SLINE and N_SOL from stab.h if we can expect the file to exist. */ #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO) @@ -30,7 +30,6 @@ CC recognizes how to compile each input file by suffixes in the file names. Once it knows which kind of compilation to perform, the procedure for compilation is specified by a string called a "spec". */ -#include <stdio.h> #include <sys/types.h> #include <ctype.h> #include <signal.h> @@ -40,6 +39,7 @@ compilation is specified by a string called a "spec". */ #include "config.h" #include "obstack.h" #include "gvarargs.h" +#include <stdio.h> #ifndef R_OK #define R_OK 4 diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index fe5c606..cb22fb9 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -94,12 +94,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ EQ_ATTR rtx is true if !volatil and false if volatil. */ -#include <stdio.h> #include "gvarargs.h" #include "config.h" #include "rtl.h" #include "obstack.h" #include "insn-config.h" /* For REGISTER_CONSTRAINTS */ +#include <stdio.h> static struct obstack obstack, obstack1, obstack2; struct obstack *rtl_obstack = &obstack; diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index 58d01cd..4e7ea77 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -598,9 +598,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ */ -#include <stdio.h> #include "gvarargs.h" #include "config.h" +#include <stdio.h> #ifndef __SABER__ #define saber_stop() @@ -33,12 +33,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ by all passes of the compiler. */ #include "config.h" -#include <stdio.h> #include "flags.h" #include "tree.h" #include "function.h" #include "obstack.h" #include "gvarargs.h" +#include <stdio.h> #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free |