This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] unbreak bootstrap on pa
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 24 Dec 2006 12:42:47 +0100
- Subject: [patch] unbreak bootstrap on pa
Hi all,
this one makes bootstrapping continue on hppa2.0w-hp-hpux11.11.
Ok for trunk?
Thanks & happy days.
Andreas
2006-12-24 Andreas Tobler <a.tobler@schweiz.org>
* config/pa/pa.c: Remove heap vector type defines.
Index: config/pa/pa.c
===================================================================
--- config/pa/pa.c (revision 120187)
+++ config/pa/pa.c (working copy)
@@ -4159,9 +4159,6 @@
#define NO_DEFERRED_PROFILE_COUNTERS 0
#endif
-/* Define heap vector type for funcdef numbers. */
-DEF_VEC_I(int);
-DEF_VEC_ALLOC_I(int,heap);
/* Vector of funcdef numbers. */
static VEC(int,heap) *funcdef_nos;