]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcov.c (print_usage): Handle new option.
authorSharad Singhai <singhai@google.com>
Thu, 20 Jun 2013 05:20:09 +0000 (05:20 +0000)
committerSharad Singhai <singhai@gcc.gnu.org>
Thu, 20 Jun 2013 05:20:09 +0000 (05:20 +0000)
commitfc8a650e334f7d1796680c4f7176515ed283bcf8
tree63175e109fb12072daaca597a7f8a48920384521
parent39c31476d33966c74f1595e2a08a546f74f0ee13
gcov.c (print_usage): Handle new option.

2013-06-19    <singhai@google.com>

* gcov.c (print_usage): Handle new option.
(process_args): Ditto.
(get_gcov_intermediate_filename): New function.
(output_intermediate_file): New function.
(output_gcov_file): New function
(generate_results): Handle new option.
(release_function): Relase demangled name.
(read_graph_file): Handle demangled name.
(output_lines): Ditto.
* doc/gcov.texi: Document gcov intermediate format.

testsuite/ChangeLog:

* g++.dg/gcov/gcov-8.C: New testcase.
* lib/gcov.exp: Handle intermediate format.

From-SVN: r200232
gcc/ChangeLog
gcc/doc/gcov.texi
gcc/gcov.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gcov/gcov-8.C [new file with mode: 0644]
gcc/testsuite/lib/gcov.exp