]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcov.c (total_lines, [...]): New global vars.
authorNathan Sidwell <nathan@acm.org>
Fri, 30 Dec 2011 18:22:16 +0000 (18:22 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 30 Dec 2011 18:22:16 +0000 (18:22 +0000)
commitbdbdc4e1cd20223c54e0ae4d1e31cc6ea78fa882
treeb11bd63164779cb7109aa20e284752f589cab45c
parent04dbc287a6679cf4c922df5ae7e575367d1e25bd
gcov.c (total_lines, [...]): New global vars.

* gcov.c (total_lines, total_executed): New global vars.
(generate_results): Call executed_summary.
(executed_summary): New function, broken out of ...
(function_summary): ... here.  Call it.
* coverage.c (coverage_finish): Also check for local_tick == -1.
* gcov-dump (tag_function): Correct labelling typo.

From-SVN: r182744
gcc/ChangeLog
gcc/coverage.c
gcc/gcov-dump.c
gcc/gcov.c