aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-dump.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2011-12-30 18:22:16 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2011-12-30 18:22:16 +0000
commitbdbdc4e1cd20223c54e0ae4d1e31cc6ea78fa882 (patch)
treeb11bd63164779cb7109aa20e284752f589cab45c /gcc/gcov-dump.c
parent04dbc287a6679cf4c922df5ae7e575367d1e25bd (diff)
downloadgcc-bdbdc4e1cd20223c54e0ae4d1e31cc6ea78fa882.zip
gcc-bdbdc4e1cd20223c54e0ae4d1e31cc6ea78fa882.tar.gz
gcc-bdbdc4e1cd20223c54e0ae4d1e31cc6ea78fa882.tar.bz2
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
Diffstat (limited to 'gcc/gcov-dump.c')
-rw-r--r--gcc/gcov-dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c
index 4c2913b..da0aa59 100644
--- a/gcc/gcov-dump.c
+++ b/gcc/gcov-dump.c
@@ -286,7 +286,7 @@ tag_function (const char *filename ATTRIBUTE_UNUSED,
{
printf (" ident=%u", gcov_read_unsigned ());
printf (", lineno_checksum=0x%08x", gcov_read_unsigned ());
- printf (", cfg_checksum_checksum=0x%08x", gcov_read_unsigned ());
+ printf (", cfg_checksum=0x%08x", gcov_read_unsigned ());
if (gcov_position () - pos < length)
{