]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in (final.o): Depend on vecprim.h.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 23 Dec 2006 22:10:10 +0000 (22:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 23 Dec 2006 22:10:10 +0000 (22:10 +0000)
commit294340bf912a36414f18890b6a917237f178dfc9
tree46e966a10c5cfd38bdcd802c2fcdba4bc35d4581
parent8aceba8c95eb83e52287f1ec5ebccc505306e474
Makefile.in (final.o): Depend on vecprim.h.

* Makefile.in (final.o): Depend on vecprim.h.
* final.c: Include vecprim.h.
(insn_addresses_): Change the type to VEC(int,heap)*.
* insn-addr.h (INSN_ADDRESSES_DEFN): Remove.
(INSN_ADDRESSES, INSN_ADDRESSES_ALLOC, INSN_ADDRESSES_SIZE,
INSN_ADDRESSES_NEW): Use VEC instead of VARRAY.

From-SVN: r120177
gcc/ChangeLog
gcc/Makefile.in
gcc/final.c
gcc/insn-addr.h