From d61095a90b96f34ce751055272d950d4e12f3b7d Mon Sep 17 00:00:00 2001 From: ghazi Date: Mon, 16 Jun 2003 13:41:28 +0000 Subject: [PATCH] * 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 --- gcc/ChangeLog | 7 +++++++ gcc/config/c4x/c4x.c | 1 - gcc/config/pa/pa.c | 1 - gcc/langhooks.c | 1 - gcc/tree.h | 4 ++++ 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bd5a998..2fea707 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-06-16 Kaveh R. Ghazi + + * 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 * config/h8300/h8300.c (const_costs): Move this to ... diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c index e708521..06bb737 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 4fa4e8c..23568be 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 423bb5f..7dbe684 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 aeee9d9..924629f 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, -- 2.7.4