diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/pa/pa.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c8238428651..3098c7973d6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-12-24 Andreas Tobler <a.tobler@schweiz.org> + + * config/pa/pa.c: Remove heap vector type defines. + 2006-12-24 Jan Hubicka <jh@suse.cz> * tree-ssa-operands.h (struct ssa_operand_memory_d): diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 7b274fdc993..29e449d2e2e 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -4159,9 +4159,6 @@ hppa_pic_save_rtx (void) #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; |