dwarf2out.c (free_AT): Delete.
authorGeoffrey Keating <geoffk@apple.com>
Mon, 17 Apr 2006 21:27:57 +0000 (21:27 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Mon, 17 Apr 2006 21:27:57 +0000 (21:27 +0000)
commite26303c2f718f8b5dec468efdf49e0d50e31e813
tree25abddfe72573ab172094c7749da0960c05b3ab6
parentc60fe329d5e7273d8d7bef718244f72276124ded
dwarf2out.c (free_AT): Delete.

* dwarf2out.c (free_AT): Delete.
(remove_AT): Update string ref counts.
(remove_child_TAG): Don't call free_die.
(free_die): Delete.
(break_out_includes): Don't call free_die on DW_TAG_GNU_BINCL
or DW_TAG_GNU_EINCL.
(prune_unused_types_walk_attribs): Reset string refcounts.
(prune_unused_types_update_strings): New.
(prune_unused_types_prune): Don't make unnecessary stores.  Don't
call free_die.  Do call prune_unused_types_update_strings.
(prune_unused_types): Empty debug_str_hash.

From-SVN: r113012
gcc/ChangeLog
gcc/dwarf2out.c