2003-04-05 Daniel Berlin <dberlin@dberlin.org>
commitb188fc295c0852b16b5332860dbf698dc8804fd9
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Apr 2003 20:13:20 +0000 (5 20:13 +0000)
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Apr 2003 20:13:20 +0000 (5 20:13 +0000)
tree09f44a21eb6409eefdaecf1ec2b9d4c0e6af474c
parent22ee9f9f1dc5b7ed4eed92234518e30f519a7a3d
2003-04-05  Daniel Berlin  <dberlin@dberlin.org>

* Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
* df.c: Include alloc-pool.h, not obstack.h.
(df_ref_obstack): Remove.
(df_ref_pool, df_link_pool): Add pools.
(df_alloc): Init the new pools.
(df_free): And free them.
(df_link_create): Use the pools.
(df_ref_create): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65276 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/df.c