]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/ChangeLog
coverage.c: Refer to "notes file" instead of "graph file" in all comments.
authorSteven Bosscher <steven@gcc.gnu.org>
Mon, 23 Jul 2012 11:59:15 +0000 (11:59 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Mon, 23 Jul 2012 11:59:15 +0000 (11:59 +0000)
commitefbb59b21bcb70426f49e39b01c3aa0021f6a32c
tree6f165840c56b203cb68dd725d9235cd67b425d70
parentfa0f4017753805e73898a46abdf8ffb72a9977c0
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
gcc/ChangeLog
gcc/coverage.c
gcc/doc/gcov.texi
gcc/gcov-io.h
gcc/gcov.c
libgcc/ChangeLog
libgcc/libgcov.c