This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r113012 - in /trunk/gcc: ChangeLog dwarf2out.c
- From: geoffk at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 17 Apr 2006 21:27:58 -0000
- Subject: r113012 - in /trunk/gcc: ChangeLog dwarf2out.c
Author: geoffk
Date: Mon Apr 17 21:27:57 2006
New Revision: 113012
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113012
Log:
* 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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/dwarf2out.c