summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-16 13:41:28 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-16 13:41:28 +0000
commitd61095a90b96f34ce751055272d950d4e12f3b7d (patch)
treed047720c673d72f03b026069a084ceff8950dfe9 /gcc
parentf1d555e3b5fb911e012af4b5ecd776b23d584f7b (diff)
downloadgcc-d61095a90b96f34ce751055272d950d4e12f3b7d.tar.gz
* config/c4x/c4x.c: Don't include "c-tree.h".
* config/pa/pa.c: Likewise. * langhooks.c: Likewise. * tree.h (poplevel): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68016 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/config/c4x/c4x.c1
-rw-r--r--gcc/config/pa/pa.c1
-rw-r--r--gcc/langhooks.c1
-rw-r--r--gcc/tree.h4
5 files changed, 11 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bd5a99802cb..2fea7075752 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * config/c4x/c4x.c: Don't include "c-tree.h".
+ * config/pa/pa.c: Likewise.
+ * langhooks.c: Likewise.
+ * tree.h (poplevel): Declare.
+
2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (const_costs): Move this to ...
diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c
index e708521e509..06bb73782d6 100644
--- a/gcc/config/c4x/c4x.c
+++ b/gcc/config/c4x/c4x.c
@@ -44,7 +44,6 @@ Boston, MA 02111-1307, USA. */
#include "flags.h"
#include "loop.h"
#include "recog.h"
-#include "c-tree.h"
#include "ggc.h"
#include "cpplib.h"
#include "toplev.h"
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index 4fa4e8c8b87..23568bedb4b 100644
--- a/gcc/config/pa/pa.c
+++ b/gcc/config/pa/pa.c
@@ -39,7 +39,6 @@ Boston, MA 02111-1307, USA. */
#include "optabs.h"
#include "libfuncs.h"
#include "reload.h"
-#include "c-tree.h"
#include "integrate.h"
#include "function.h"
#include "obstack.h"
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index 423bb5f421b..7dbe684e222 100644
--- a/gcc/langhooks.c
+++ b/gcc/langhooks.c
@@ -25,7 +25,6 @@ Boston, MA 02111-1307, USA. */
#include "tm.h"
#include "toplev.h"
#include "tree.h"
-#include "c-tree.h"
#include "tree-inline.h"
#include "rtl.h"
#include "insn-config.h"
diff --git a/gcc/tree.h b/gcc/tree.h
index aeee9d9107f..924629ff0b5 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2644,6 +2644,10 @@ extern GTY(()) tree current_function_func_begin_label;
extern int all_types_permanent;
+/* Exit a binding level. This function is provided by each language
+ frontend. */
+extern tree poplevel (int, int, int);
+
/* Declare a predefined function. Return the declaration. This function is
provided by each language frontend. */
extern tree builtin_function PARAMS ((const char *, tree, int,