r260361 - in /trunk/gcc: ChangeLog doc/gcov.tex...

marxin@gcc.gnu.org marxin@gcc.gnu.org
Fri May 18 13:06:00 GMT 2018


Author: marxin
Date: Fri May 18 13:06:31 2018
New Revision: 260361

URL: https://gcc.gnu.org/viewcvs?rev=260361&root=gcc&view=rev
Log:
gcov: add new option -t that prints output to stdout (PR gcov-profile/84846).

2018-05-18  Martin Liska  <mliska@suse.cz>

	PR gcov-profile/84846
	* gcov.c (print_usage): Add new -t option.
	(process_args): Handle the option.
	(generate_results): Use stdout as output when requested by
	the option.
2018-05-18  Martin Liska  <mliska@suse.cz>

	PR gcov-profile/84846
	* doc/gcov.texi: Document -t option of gcov tool.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/gcov.texi
    trunk/gcc/gcov.c



More information about the Gcc-cvs mailing list