This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc ChangeLog dwarf2out.c flags.h toplev.c ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_2-rhl8-branch
Changes by:	rth at gcc dot gnu dot org	2003-03-10 21:58:03

Modified files:
	gcc            : ChangeLog dwarf2out.c flags.h toplev.c 
	gcc/doc        : invoke.texi 

Log message:
	2003-02-28  Richard Henderson  <rth at redhat dot com>
	* toplev.c (flag_eliminate_unused_debug_types): Enable by default.
	
	2003-02-28  scott snyder  <snyder at fnal dot gov>
	* flags.h: Add flag_eliminate_unused_debug_types.
	* toplev.c: Add flag_eliminate_unused_debug_types.
	(f_options): Add -feliminate-unused-debug-types.
	* dwarf2out.c (struct file_table): Add emitted member.
	(splice_child_die): Fix the parent pointer for the child being
	spliced.
	(lookup_filename): Maintain file_table.emitted array.  Don't
	output .file directive here.
	(maybe_emit_file): (new)
	(init_file_table): Set up file_table.emitted.
	(dwarf2out_source_line): Use maybe_emit_file.
	(dwarf2out_start_source_file): Use maybe_emit_file.
	(dwarf2out_init): Use maybe_emit_file.
	(prune_unused_types_walk_attribs): (new)
	(prune_unused_types_mark): (new)
	(prune_unused_types_walk): (new)
	(prune_unused_types_prune): (new)
	(prune_unused_types): (new)
	(dwarf2out_finish): Call prune_unused_types if
	flag_eliminate_unused_debug_types is set.
	* doc/invoke.texi (Option Summary): Add
	-feliminate-unused-debug-types.
	(Debugging Options): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.13152.2.657.2.27.2.85&r2=1.13152.2.657.2.27.2.86
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.356.2.13.4.6&r2=1.356.2.13.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flags.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.76.4.1.8.3&r2=1.76.4.1.8.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.574.2.16.4.5&r2=1.574.2.16.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_2-rhl8-branch&r1=1.119.2.12.4.2.2.7&r2=1.119.2.12.4.2.2.8


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]