]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/gcov-dump.c
* gcov.c (total_lines, total_executed): New global vars.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Dec 2011 18:22:16 +0000 (18:22 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Dec 2011 18:22:16 +0000 (18:22 +0000)
commitf938168e5ef1866e292d0daa68617a699bc2e009
treeb11bd63164779cb7109aa20e284752f589cab45c
parent6071b85b2e8962bbb12dc6cad177c19a440e84d8
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182744 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/coverage.c
gcc/gcov-dump.c
gcc/gcov.c