Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.
authorDaniel Berlin <dberlin@dberlin.org>
Sat, 5 Apr 2003 20:13:20 +0000 (20:13 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Sat, 5 Apr 2003 20:13:20 +0000 (20:13 +0000)
commit873ceaab3aeb73c6b9b94d4fc5b7621f99e89349
tree09f44a21eb6409eefdaecf1ec2b9d4c0e6af474c
parent5be86fec5be89cfd337227746745100491b05d61
Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.

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.

From-SVN: r65276
gcc/ChangeLog
gcc/Makefile.in
gcc/df.c