r213092 - in /trunk/libgcc: ChangeLog libgcov-d...

nathan@gcc.gnu.org nathan@gcc.gnu.org
Sun Jul 27 07:22:00 GMT 2014


Author: nathan
Date: Sun Jul 27 07:22:47 2014
New Revision: 213092

URL: https://gcc.gnu.org/viewcvs?rev=213092&root=gcc&view=rev
Log:
	* libgcov-driver.c (struct gcov_filename_aux): Rename ...
	(struct gcov_filename): ... here.  Include buffer and max length
	fields.
	(gcov_max_filename): Remove.
	(gi_filename): Remove.
	(gcov_exit_compute_summary): Compute max filename here.
	(gcov_exit_merge_gcda): Add filename parm, adjust.
	(gcov_exit_merge_summary): Likewise.
	(gcov_exit_dump_gcov): Adjust for struct gcov_filename changes.
	(gcov_exit): Likewise.
	(__gcov_init): Don't calculate max length here.
	* libgcov_util.c (max_filename_len): Remove.
	(read_gcda_file): Don't calculate max length here.
	(gcov_read_profile_dir): Don't propagate here.
	* libgcov-driver-system.c (alloc_filename_struct): Adjust for
	struct gcov_filename changes.
	(gcov_exit_open_gcda_file): Likewise.

Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/libgcov-driver-system.c
    trunk/libgcc/libgcov-driver.c
    trunk/libgcc/libgcov-util.c



More information about the Gcc-cvs mailing list