diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-07-23 11:59:15 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-07-23 11:59:15 +0000 |
commit | efbb59b21bcb70426f49e39b01c3aa0021f6a32c (patch) | |
tree | 6f165840c56b203cb68dd725d9235cd67b425d70 /gcc/gcov-io.h | |
parent | fa0f4017753805e73898a46abdf8ffb72a9977c0 (diff) | |
download | gcc-efbb59b21bcb70426f49e39b01c3aa0021f6a32c.tar.gz |
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 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index c15e64b197b..972dc931518 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -99,7 +99,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see tags, values [41..9f] for the notes file and [a1..ff] for the data file. - The basic block graph file contains the following records + The notes file contains the following records note: unit function-graph* unit: header int32:checksum string:source function-graph: announce_function basic_blocks {arcs | lines}* |