aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Lipe <robertl@gcc.gnu.org>1998-05-06 04:54:01 +0000
committerRobert Lipe <robertl@gcc.gnu.org>1998-05-06 04:54:01 +0000
commit10f0ad3d494b7d8623c405dd90bba2f0fe119341 (patch)
tree26783a67a7eaea3136d5a9699c9e154e07530d3b
parent5f6da3024b11795fa6e902504b720df378dc8087 (diff)
downloadgcc-10f0ad3d494b7d8623c405dd90bba2f0fe119341.zip
gcc-10f0ad3d494b7d8623c405dd90bba2f0fe119341.tar.gz
gcc-10f0ad3d494b7d8623c405dd90bba2f0fe119341.tar.bz2
toplev.h: New file.
Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com> * toplev.h: New file. Protypes for functions in toplev.c. * tree.h, rtl.h: Deleted protos for functions in toplev.c. * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c, c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c, convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c, function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c, reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c, varasm.c: include it. From-SVN: r19564
-rw-r--r--gcc/convert.c1
-rw-r--r--gcc/dwarf2out.c1
-rw-r--r--gcc/except.c1
-rw-r--r--gcc/expr.c1
-rw-r--r--gcc/final.c1
-rw-r--r--gcc/fold-const.c1
-rw-r--r--gcc/function.c1
-rw-r--r--gcc/hash.c2
-rw-r--r--gcc/profile.c1
-rw-r--r--gcc/real.c1
-rw-r--r--gcc/reg-stack.c1
-rw-r--r--gcc/regclass.c1
-rw-r--r--gcc/reload.c1
-rw-r--r--gcc/reload1.c1
-rw-r--r--gcc/stmt.c1
-rw-r--r--gcc/stor-layout.c1
-rw-r--r--gcc/tlink.c1
-rw-r--r--gcc/tree.c1
-rw-r--r--gcc/varasm.c1
19 files changed, 20 insertions, 0 deletions
diff --git a/gcc/convert.c b/gcc/convert.c
index 8bfe462..e03d39b 100644
--- a/gcc/convert.c
+++ b/gcc/convert.c
@@ -26,6 +26,7 @@ Boston, MA 02111-1307, USA. */
#include "tree.h"
#include "flags.h"
#include "convert.h"
+#include "toplev.h"
/* Convert EXPR to some pointer or reference type TYPE.
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index ab2fab7..110a622 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -40,6 +40,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "expr.h"
#include "except.h"
#include "dwarf2.h"
+#include "toplev.h"
/* We cannot use <assert.h> in GCC source, since that would include
GCC's assert.h, which may not be compatible with the host compiler. */
diff --git a/gcc/except.c b/gcc/except.c
index a434b27..2d614f3 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -404,6 +404,7 @@ Boston, MA 02111-1307, USA. */
#include "insn-config.h"
#include "recog.h"
#include "output.h"
+#include "toplev.h"
/* One to use setjmp/longjmp method of generating code for exception
handling. */
diff --git a/gcc/expr.c b/gcc/expr.c
index 16310e6..3fb9280 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */
#include "output.h"
#include "typeclass.h"
#include "defaults.h"
+#include "toplev.h"
#define CEIL(x,y) (((x) + (y) - 1) / (y))
diff --git a/gcc/final.c b/gcc/final.c
index 2647bbe..84214c5 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -67,6 +67,7 @@ Boston, MA 02111-1307, USA. */
#include "defaults.h"
#include "output.h"
#include "except.h"
+#include "toplev.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)
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index c36f378..c284ae2 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -47,6 +47,7 @@ Boston, MA 02111-1307, USA. */
#include <setjmp.h>
#include "flags.h"
#include "tree.h"
+#include "toplev.h"
/* Handle floating overflow for `const_binop'. */
static jmp_buf float_error;
diff --git a/gcc/function.c b/gcc/function.c
index 44cee08..f2bced2 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -55,6 +55,7 @@ Boston, MA 02111-1307, USA. */
#include "output.h"
#include "basic-block.h"
#include "obstack.h"
+#include "toplev.h"
#ifndef TRAMPOLINE_ALIGNMENT
#define TRAMPOLINE_ALIGNMENT FUNCTION_BOUNDARY
diff --git a/gcc/hash.c b/gcc/hash.c
index 4149f3a..1428ae1 100644
--- a/gcc/hash.c
+++ b/gcc/hash.c
@@ -22,6 +22,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "system.h"
#include "hash.h"
#include "obstack.h"
+#include "gansidecl.h"
+#include "toplev.h"
/* Obstack allocation and deallocation routines. */
#define obstack_chunk_alloc xmalloc
diff --git a/gcc/profile.c b/gcc/profile.c
index 8b6fff5..060ecfc 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -51,6 +51,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "tree.h"
#include "output.h"
#include "gcov-io.h"
+#include "toplev.h"
extern char * xmalloc ();
diff --git a/gcc/real.c b/gcc/real.c
index 713c0be..ac56049 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
#include "tree.h"
+#include "toplev.h"
/* To enable support of XFmode extended real floating point, define
LONG_DOUBLE_TYPE_SIZE 96 in the tm.h file (m68k.h or i386.h).
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c
index 255cb38..6496bad 100644
--- a/gcc/reg-stack.c
+++ b/gcc/reg-stack.c
@@ -166,6 +166,7 @@ Boston, MA 02111-1307, USA. */
#include "hard-reg-set.h"
#include "flags.h"
#include "insn-flags.h"
+#include "toplev.h"
#ifdef STACK_REGS
diff --git a/gcc/regclass.c b/gcc/regclass.c
index e4dff79..5fef265 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -34,6 +34,7 @@ Boston, MA 02111-1307, USA. */
#include "recog.h"
#include "reload.h"
#include "real.h"
+#include "toplev.h"
#ifndef REGISTER_MOVE_COST
#define REGISTER_MOVE_COST(x, y) 2
diff --git a/gcc/reload.c b/gcc/reload.c
index 8093697..ecc46a2 100644
--- a/gcc/reload.c
+++ b/gcc/reload.c
@@ -100,6 +100,7 @@ a register with any other reload. */
#include "real.h"
#include "output.h"
#include "expr.h"
+#include "toplev.h"
#ifndef REGISTER_MOVE_COST
#define REGISTER_MOVE_COST(x, y) 2
diff --git a/gcc/reload1.c b/gcc/reload1.c
index c9ebee9..7432279 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -35,6 +35,7 @@ Boston, MA 02111-1307, USA. */
#include "basic-block.h"
#include "output.h"
#include "real.h"
+#include "toplev.h"
/* This file contains the reload pass of the compiler, which is
run after register allocation has been done. It checks that
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 58c292e..4e26e78 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -50,6 +50,7 @@ Boston, MA 02111-1307, USA. */
#include "loop.h"
#include "recog.h"
#include "machmode.h"
+#include "toplev.h"
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c
index 365826d..606ebb1 100644
--- a/gcc/stor-layout.c
+++ b/gcc/stor-layout.c
@@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. */
#include "function.h"
#include "rtl.h"
#include "expr.h"
+#include "toplev.h"
#define CEIL(x,y) (((x) + (y) - 1) / (y))
diff --git a/gcc/tlink.c b/gcc/tlink.c
index 06207dd..c12e8c1 100644
--- a/gcc/tlink.c
+++ b/gcc/tlink.c
@@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "system.h"
#include "hash.h"
#include "demangle.h"
+#include "toplev.h"
#define MAX_ITERATIONS 17
diff --git a/gcc/tree.c b/gcc/tree.c
index cc68d60..8a2d382 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -46,6 +46,7 @@ Boston, MA 02111-1307, USA. */
#include "except.h"
#include "function.h"
#include "obstack.h"
+#include "toplev.h"
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
diff --git a/gcc/varasm.c b/gcc/varasm.c
index f075d61..ed24384 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -41,6 +41,7 @@ Boston, MA 02111-1307, USA. */
#include "regs.h"
#include "defaults.h"
#include "real.h"
+#include "toplev.h"
#include "obstack.h"
#include "c-pragma.h"