diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-30 18:22:16 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-30 18:22:16 +0000 |
commit | f938168e5ef1866e292d0daa68617a699bc2e009 (patch) | |
tree | b11bd63164779cb7109aa20e284752f589cab45c /gcc/ChangeLog | |
parent | 6071b85b2e8962bbb12dc6cad177c19a440e84d8 (diff) | |
download | gcc-f938168e5ef1866e292d0daa68617a699bc2e009.tar.gz |
* 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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ce5276c1224..d4ee25a0b9f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2011-12-30 Nathan Sidwell <nathan@acm.org> + + * 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. + 2011-12-29 Michael Meissner <meissner@linux.vnet.ibm.com> PR target/51623 |