Put include of stdio.h after GCC header files (for i860-stardent-sysv4).
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 20 Aug 1992 09:58:18 +0000 (05:58 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 20 Aug 1992 09:58:18 +0000 (05:58 -0400)
From-SVN: r1905

gcc/combine.c
gcc/emit-rtl.c
gcc/final.c
gcc/gcc.c
gcc/genattrtab.c
gcc/mips-tfile.c
gcc/tree.c

index 6729a3f2f69734859c49e285dc0419f29677afd7..75ef97ac7966088381ef491af3d8f7ed03917451 100644 (file)
@@ -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.  */
index a540ef7a3e663bfe710b682eae4314b4ea66776c..7643d7dcaa6893279584f5129728f184a11d1544 100644 (file)
@@ -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.  */
index 7f4581a457b3f8c48c99edb185a62cd38f7ea08a..7c15200bd51eea615d5c32f41f4dc01aa4da94c6 100644 (file)
@@ -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)
index 2254d4b08e51a59d2e5234ce0fb559053a854bdd..838d9e9059ae6b4920fdc3c7b1b0617c8432d9b5 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -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".  */
 \f
-#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
index fe5c60662130a996ecb44009a165d8e59f8bf0fd..cb22fb9e3efef09726d9722c6811e8f63c8d087a 100644 (file)
@@ -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;
index 58d01cd52e7da968c641c2e7a4ceb04a7b0a85b2..4e7ea779d5e4569a58c9d42b1193ab5c7042dbc9 100644 (file)
@@ -598,9 +598,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 */
 \f
 
-#include <stdio.h>
 #include "gvarargs.h"
 #include "config.h"
+#include <stdio.h>
 
 #ifndef __SABER__
 #define saber_stop()
index 18d3c528fef51d12c9054de8430e4fdc1ebb842a..55a476e8784ab8d709e3e8a9965589090c515f70 100644 (file)
@@ -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