From efbb59b21bcb70426f49e39b01c3aa0021f6a32c Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Mon, 23 Jul 2012 11:59:15 +0000 Subject: coverage.c: Refer to "notes file" instead of "graph file" in all comments. gcc/ * coverage.c: Refer to "notes file" instead of "graph file" in all comments. Explain history of bbg prefix. * gcov-io.h: Likewise. * gcov.c: Likewise. (find_source): Likewise in fnotice. (read_graph_file): Likewise. (read_count_file): Likewise. * doc/gcov.texi: Document -fprofile-dir flag. Add "notes file" and "data file" explicitly in the explanation of the files. libgcc/ * libgcov.c (__gcov_ior_profiler): Benign comment fix. From-SVN: r189781 --- libgcc/ChangeLog | 4 ++++ libgcc/libgcov.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 2424cab..bcfd22b 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2012-07-22 Steven Bosscher + + * libgcov.c (__gcov_ior_profiler): Benign comment fix. + 2012-07-19 Tristan Gingold Richard Henderson diff --git a/libgcc/libgcov.c b/libgcc/libgcov.c index 8ed8971..a22e8f4 100644 --- a/libgcc/libgcov.c +++ b/libgcc/libgcov.c @@ -1040,8 +1040,7 @@ __gcov_average_profiler (gcov_type *counters, gcov_type value) #endif #ifdef L_gcov_ior_profiler -/* Increase corresponding COUNTER by VALUE. FIXME: Perhaps we want - to saturate up. */ +/* Bitwise-OR VALUE into COUNTER. */ void __gcov_ior_profiler (gcov_type *counters, gcov_type value) -- cgit v1.1