OSDN Git Service

2006-12-24 Andreas Tobler <a.tobler@schweiz.org>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Dec 2006 20:57:35 +0000 (20:57 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Dec 2006 20:57:35 +0000 (20:57 +0000)
* config/pa/pa.c: Remove heap vector type defines.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120191 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa.c

index c823842..3098c79 100644 (file)
@@ -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):
index 7b274fd..29e449d 100644 (file)
@@ -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;