Commit f8d97cf4 by Richard Kenner

Put include of stdio.h after GCC header files (for i860-stardent-sysv4).

From-SVN: r1905
parent 99effc21
......@@ -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. */
......
......@@ -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. */
......
......@@ -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
......
......@@ -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;
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment