]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc/
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jul 2012 11:59:15 +0000 (11:59 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jul 2012 11:59:15 +0000 (11:59 +0000)
commit56b17dd71c13a51f891d6b9dd4a44f83c11eded3
tree6f165840c56b203cb68dd725d9235cd67b425d70
parente0f0657efdb800c2b00859ae67651deef9f74a52
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
gcc/ChangeLog
gcc/coverage.c
gcc/doc/gcov.texi
gcc/gcov-io.h
gcc/gcov.c
libgcc/ChangeLog
libgcc/libgcov.c