summaryrefslogtreecommitdiff
path: root/gcc/doc/gcov.texi
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-14 20:06:12 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-14 20:06:12 +0000
commit44b0ffc3f6652b62823cc97047e44ca83cbc6651 (patch)
treefbebd6cde7d3e300c5f148a728e2f6590e007596 /gcc/doc/gcov.texi
parent16f99f45ed03d50ea6fb80e8bd04f4980479bd8a (diff)
downloadgcc-44b0ffc3f6652b62823cc97047e44ca83cbc6651.tar.gz
* doc/invoke.texi (-a): Remove documentation.
(-fprofile-arcs): Remove reference to -a, -ax options. * doc/gcov.texi (Gcov Data Files): Data might be merged. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56331 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gcov.texi')
-rw-r--r--gcc/doc/gcov.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi
index 070a08cada7..9c0ac11d420 100644
--- a/gcc/doc/gcov.texi
+++ b/gcc/doc/gcov.texi
@@ -464,10 +464,10 @@ built with the GCC @option{-fprofile-arcs} option is executed. A
separate @file{.da} file is created for each source file compiled with
this option, and the name of the @file{.da} file is stored as an
absolute pathname in the resulting object file. This path name is
-derived from the source file name by substituting a @file{.da} suffix.
+derived from the object file name by substituting a @file{.da} suffix.
-The @file{.da} consists of several blocks (one for each run) with the
-following structure:
+The @file{.da} consists of one or more blocks with the following
+structure:
@smallexample
"magic" number @minus{}123 (4-byte number)
number of functions (4-byte number)
@@ -484,7 +484,9 @@ following structure:
checksum of function #1
@dots{}
@end smallexample
-The current structure of the extension block is as follows:
+Multiple program runs might merge data into a single block, or might
+append a new block. The current structure of the extension block is as
+follows:
@smallexample
number of instrumented arcs in whole program (4-byte number)
sum all of instrumented arcs in whole program (8-byte number)