From 86b1ec1d65df0692871c645359e4c32ca04831e9 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Wed, 4 Dec 2002 23:24:21 +0000 Subject: [PATCH] * doc/invoke.texi: Remove last reference to -a. From-SVN: r59835 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 14 -------------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9ef0334b9eb8..4652926a7d04 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-12-05 Matthias Klose + + * doc/invoke.texi: Remove last reference to -a. + 2002-12-04 Eric Botcazou PR c/7622 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0b527b2598f0..8fc989df9497 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 -- 2.47.2