From 068d7739b9bb9e001d407a2d108846326aa13547 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 16 May 2002 21:24:53 -0700 Subject: [PATCH] * config/ia64/ia64.c (saveable_obstack): Do not declare. From-SVN: r53541 --- gcc/ChangeLog | 2 ++ gcc/config/ia64/ia64.c | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 980e173a132..d451dc1962b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,6 +2,8 @@ * config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo. + * config/ia64/ia64.c (saveable_obstack): Do not declare. + 2002-05-16 Richard Henderson * basic-block.h, bb-reorder.c, cfg.c, cfganal.c, cfgbuild.c, diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 9c3e9f21f9d..6ff749a2233 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -35,7 +35,6 @@ Boston, MA 02111-1307, USA. */ #include "recog.h" #include "expr.h" #include "optabs.h" -#include "obstack.h" #include "except.h" #include "function.h" #include "ggc.h" @@ -6862,8 +6861,6 @@ ia64_eh_uses (regno) sdata/sbss instead of the more natural rodata, because we can't perform the DECL_READONLY_SECTION test here. */ -extern struct obstack * saveable_obstack; - void ia64_encode_section_info (decl, first) tree decl; -- 2.30.2