diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-23 11:59:15 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-23 11:59:15 +0000 |
commit | 56b17dd71c13a51f891d6b9dd4a44f83c11eded3 (patch) | |
tree | 6f165840c56b203cb68dd725d9235cd67b425d70 /gcc/gcov-io.h | |
parent | e0f0657efdb800c2b00859ae67651deef9f74a52 (diff) | |
download | gcc-56b17dd71c13a51f891d6b9dd4a44f83c11eded3.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189781 138bc75d-0d04-0410-961f-82ee72b054a4
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}* |