]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/invoke.texi: Remove last reference to -a.
authorMatthias Klose <doko@debian.org>
Wed, 4 Dec 2002 23:24:21 +0000 (23:24 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Wed, 4 Dec 2002 23:24:21 +0000 (23:24 +0000)
From-SVN: r59835

gcc/ChangeLog
gcc/doc/invoke.texi

index 9ef0334b9eb8c4b9e92713eaef3eeb0a105ff49a..4652926a7d04619b23a69e0a1895c39f54774e9b 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-05  Matthias Klose  <doko@debian.org>
+
+       * doc/invoke.texi: Remove last reference to -a.
+
 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        PR c/7622
index 0b527b2598f0f090939064307e6fc4104836a22a..8fc989df9497464110d0009ba2909186b634bbaa 100644 (file)
@@ -2887,20 +2887,6 @@ analysis program @code{gprof}.  You must use this option when compiling
 the source files you want data about, and you must also use it when
 linking.
 
-@cindex @code{tcov}
-@item -a
-@opindex a
-Generate extra code to write profile information for basic blocks, which will
-record the number of times each basic block is executed, the basic block start
-address, and the function name containing the basic block.  If @option{-g} is
-used, the line number and filename of the start of the basic block will also be
-recorded.  If not overridden by the machine description, the default action is
-to append to the text file @file{bb.out}.
-
-This data could be analyzed by a program like @code{tcov}.  Note,
-however, that the format of the data is not what @code{tcov} expects.
-Eventually GNU @code{gprof} should be extended to process this data.
-
 @item -Q
 @opindex Q
 Makes the compiler print out each function name as it is compiled, and