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
This commit is contained in:
Robert Lipe 1998-05-06 04:54:01 +00:00
parent 5f6da3024b
commit 10f0ad3d49
19 changed files with 20 additions and 0 deletions

View file

@ -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.

View file

@ -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. */

View file

@ -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. */

View file

@ -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))

View file

@ -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)

View file

@ -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;

View file

@ -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

View file

@ -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

View file

@ -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 ();

View file

@ -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).

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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))

View file

@ -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

View file

@ -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

View file

@ -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"