diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2015-02-15 22:47:54 -0500 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2015-02-15 22:47:54 -0500 |
commit | e6f3f526b13b7b54a64eafc6c8f67810e6f3f494 (patch) | |
tree | e6de19885f6fefc22cdc0047eec6254429300be0 /gcc/doc/gcov.texi | |
parent | 32b8f2ec59cf6cb374205356059e6719ebd9fa38 (diff) | |
download | gcc-e6f3f526b13b7b54a64eafc6c8f67810e6f3f494.zip gcc-e6f3f526b13b7b54a64eafc6c8f67810e6f3f494.tar.gz gcc-e6f3f526b13b7b54a64eafc6c8f67810e6f3f494.tar.bz2 |
bugreport.texi: Adjust section titles throughout the file to use "Title Case".
2015-02-15 Sandra Loosemore <sandra@codesourcery.com>
gcc/
* doc/bugreport.texi: Adjust section titles throughout the file
to use "Title Case".
* doc/extend.texi: Likewise.
* doc/gcov.texi: Likewise.
* doc/implement-c.texi: Likewise.
* doc/implement-cxx.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/objc.texi: Likewise.
* doc/standards.texi: Likewise.
* doc/trouble.texi: Likewise.
From-SVN: r220722
Diffstat (limited to 'gcc/doc/gcov.texi')
-rw-r--r-- | gcc/doc/gcov.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index 935cb68..dba36e0 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -591,7 +591,7 @@ collected at that point to be dumped to @file{.gcda} output files. @c man end @node Gcov Data Files -@section Brief description of @command{gcov} data files +@section Brief Description of @command{gcov} Data Files @command{gcov} uses two files for profiling. The names of these files are derived from the original @emph{object} file by substituting the @@ -618,7 +618,7 @@ and functions provided in that header file should be used to access the coverage files. @node Cross-profiling -@section Data file relocation to support cross-profiling +@section Data File Relocation to Support Cross-Profiling Running the program will cause profile output to be generated. For each source file compiled with @option{-fprofile-arcs}, an accompanying @file{.gcda} |