From: Kaveh R. Ghazi Date: Mon, 16 Jun 2003 13:41:28 +0000 (+0000) Subject: c4x.c: Don't include "c-tree.h". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0eff02cdae2e3ede11ffca73536037869cbc8ff1;p=gcc.git c4x.c: Don't include "c-tree.h". * config/c4x/c4x.c: Don't include "c-tree.h". * config/pa/pa.c: Likewise. * langhooks.c: Likewise. * tree.h (poplevel): Declare. From-SVN: r68016 --- 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 + + * 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 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,