This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ia64 housekeeping


        * config/ia64/ia64.c (saveable_obstack): Do not declare.

Index: ia64.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/ia64.c,v
retrieving revision 1.162
diff -c -p -d -r1.162 ia64.c
*** ia64.c	9 May 2002 20:58:35 -0000	1.162
--- ia64.c	17 May 2002 04:24:03 -0000
*************** Boston, MA 02111-1307, USA.  */
*** 35,41 ****
  #include "recog.h"
  #include "expr.h"
  #include "optabs.h"
- #include "obstack.h"
  #include "except.h"
  #include "function.h"
  #include "ggc.h"
--- 35,40 ----
*************** ia64_eh_uses (regno)
*** 6861,6868 ****
  /* ??? See select_section.  We must put short own readonly variables in
     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)
--- 6860,6865 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]