gcov: add new option -t that prints output to stdout (PR gcov-profile/84846).
authorMartin Liska <mliska@suse.cz>
Fri, 18 May 2018 13:06:31 +0000 (15:06 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 18 May 2018 13:06:31 +0000 (13:06 +0000)
commitfeb4589d19187bc4b46160d0571eea2cb9a263af
tree607bdc6d8962dc7e45630f718039a30d4ca6e05c
parentc74bd3fba3572d5825fcc7fabfd136b22c7981ad
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.

From-SVN: r260361
gcc/ChangeLog
gcc/doc/gcov.texi
gcc/gcov.c