]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
DOC: Update __gcov_dump documentation.
authorMartin Liska <mliska@suse.cz>
Fri, 28 May 2021 11:35:33 +0000 (13:35 +0200)
committerMartin Liska <mliska@suse.cz>
Fri, 28 May 2021 11:36:10 +0000 (13:36 +0200)
PR gcov-profile/100751

gcc/ChangeLog:

* doc/gcov.texi: Revert partially a hunk that was wrong.

gcc/doc/gcov.texi

index d076721b93c5ccc4b2969bf396094215f05ccef4..32b51f984bc6bd2fcc89ae36f832babd799f42cf 100644 (file)
@@ -887,8 +887,7 @@ Long-running applications can use the @code{__gcov_reset} and @code{__gcov_dump}
 facilities to restrict profile collection to the program region of
 interest. Calling @code{__gcov_reset(void)} will clear all run-time profile
 counters to zero, and calling @code{__gcov_dump(void)} will cause the profile
-information collected at that point to be dumped to @file{.gcda} output files
-(the function can be called just once).
+information collected at that point to be dumped to @file{.gcda} output files.
 Instrumented applications use a static destructor with priority 99
 to invoke the @code{__gcov_dump} function. Thus @code{__gcov_dump}
 is executed after all user defined static destructors,