diff options
-rw-r--r-- | gcc/cp/call.c | 1 | ||||
-rw-r--r-- | gcc/cp/class.c | 1 | ||||
-rw-r--r-- | gcc/cp/decl.c | 1 | ||||
-rw-r--r-- | gcc/cp/decl2.c | 1 | ||||
-rw-r--r-- | gcc/cp/errfn.c | 2 | ||||
-rw-r--r-- | gcc/cp/error.c | 1 | ||||
-rw-r--r-- | gcc/cp/except.c | 1 | ||||
-rw-r--r-- | gcc/cp/expr.c | 1 | ||||
-rw-r--r-- | gcc/cp/friend.c | 1 | ||||
-rw-r--r-- | gcc/cp/init.c | 1 | ||||
-rw-r--r-- | gcc/cp/lex.c | 1 | ||||
-rw-r--r-- | gcc/cp/method.c | 1 | ||||
-rw-r--r-- | gcc/cp/pt.c | 1 | ||||
-rw-r--r-- | gcc/cp/repo.c | 1 | ||||
-rw-r--r-- | gcc/cp/rtti.c | 1 | ||||
-rw-r--r-- | gcc/cp/search.c | 1 |
16 files changed, 17 insertions, 0 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 0c4326c..c7eaed4 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */ #include "output.h" #include "flags.h" #include "rtl.h" +#include "toplev.h" #include "obstack.h" #define obstack_chunk_alloc xmalloc diff --git a/gcc/cp/class.c b/gcc/cp/class.c index fc1c675..5eafaa2 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */ #include "flags.h" #include "rtl.h" #include "output.h" +#include "toplev.h" #include "obstack.h" #define obstack_chunk_alloc xmalloc diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index ede5d3c..374d4e1 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */ #include "defaults.h" #include "output.h" #include "except.h" +#include "toplev.h" #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index ac96d24..951db69 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. */ #include "except.h" #include "expr.h" #include "defaults.h" +#include "toplev.h" static tree get_sentry PROTO((tree)); static void mark_vtable_entries PROTO((tree)); diff --git a/gcc/cp/errfn.c b/gcc/cp/errfn.c index 2b97cdb..4ce8d40 100644 --- a/gcc/cp/errfn.c +++ b/gcc/cp/errfn.c @@ -22,6 +22,8 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" #include "tree.h" +#include "toplev.h" + #ifdef __STDC__ #include <stdarg.h> #else diff --git a/gcc/cp/error.c b/gcc/cp/error.c index 18c82a1..31932b4 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */ #include "tree.h" #include "cp-tree.h" #include "obstack.h" +#include "toplev.h" typedef char* cp_printer (); diff --git a/gcc/cp/except.c b/gcc/cp/except.c index 0a6bb33..3c54fa4 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -34,6 +34,7 @@ Boston, MA 02111-1307, USA. */ #include "except.h" #include "function.h" #include "defaults.h" +#include "toplev.h" rtx expand_builtin_return_addr PROTO((enum built_in_function, int, rtx)); diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c index c8617da..4c3d8b6 100644 --- a/gcc/cp/expr.c +++ b/gcc/cp/expr.c @@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ #include "flags.h" #include "expr.h" #include "cp-tree.h" +#include "toplev.h" #if 0 static tree extract_aggr_init PROTO((tree, tree)); diff --git a/gcc/cp/friend.c b/gcc/cp/friend.c index e5d1ccf..8538ba3 100644 --- a/gcc/cp/friend.c +++ b/gcc/cp/friend.c @@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */ #include "cp-tree.h" #include "flags.h" #include "output.h" +#include "toplev.h" static void add_friend PROTO((tree, tree)); static void add_friends PROTO((tree, tree, tree)); diff --git a/gcc/cp/init.c b/gcc/cp/init.c index d95de78..13472c4 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */ #include "output.h" #include "except.h" #include "expr.h" +#include "toplev.h" extern void compiler_error (); diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index 93a2891..48b6360 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA. */ #include "flags.h" #include "obstack.h" #include "c-pragma.h" +#include "toplev.h" /* MULTIBYTE_CHARS support only works for native compilers. ??? Ideally what we want is to model widechar support after diff --git a/gcc/cp/method.c b/gcc/cp/method.c index bae852d..a85ecda 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */ #include "output.h" #include "hard-reg-set.h" #include "flags.h" +#include "toplev.h" /* TREE_LIST of the current inline functions that need to be processed. */ diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index d1a2446..c36828d 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */ #include "output.h" #include "defaults.h" #include "except.h" +#include "toplev.h" /* The type of functions taking a tree, and some additional data, and returning an int. */ diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c index ed68233..a1ac79c 100644 --- a/gcc/cp/repo.c +++ b/gcc/cp/repo.c @@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */ #include "cp-tree.h" #include "input.h" #include "obstack.h" +#include "toplev.h" extern char *getpwd PROTO((void)); diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 8b9b315..4dc02ee 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ #include "flags.h" #include "output.h" #include "assert.h" +#include "toplev.h" #ifndef INT_TYPE_SIZE #define INT_TYPE_SIZE BITS_PER_WORD diff --git a/gcc/cp/search.c b/gcc/cp/search.c index 820dbf1..7144692 100644 --- a/gcc/cp/search.c +++ b/gcc/cp/search.c @@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */ #include "flags.h" #include "rtl.h" #include "output.h" +#include "toplev.h" #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free |