aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-07-23 11:59:15 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-07-23 11:59:15 +0000
commitefbb59b21bcb70426f49e39b01c3aa0021f6a32c (patch)
tree6f165840c56b203cb68dd725d9235cd67b425d70 /libgcc
parentfa0f4017753805e73898a46abdf8ffb72a9977c0 (diff)
downloadgcc-efbb59b21bcb70426f49e39b01c3aa0021f6a32c.zip
gcc-efbb59b21bcb70426f49e39b01c3aa0021f6a32c.tar.gz
gcc-efbb59b21bcb70426f49e39b01c3aa0021f6a32c.tar.bz2
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
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/libgcov.c3
2 files changed, 5 insertions, 2 deletions
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 <steven@gcc.gnu.org>
+
+ * libgcov.c (__gcov_ior_profiler): Benign comment fix.
+
2012-07-19 Tristan Gingold <gingold@adacore.com>
Richard Henderson <rth@redhat.com>
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)