diff options
author | Krister Walfridsson <cato@df.lth.se> | 1999-10-02 20:29:08 +0200 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-10-02 11:29:08 -0700 |
commit | 111fbf3e96a0ace62d3907f6b3fe86a409a8fb79 (patch) | |
tree | 8871a73427731e1b065893c2c001c90b0410f5f7 /gcc | |
parent | f1b5ff21dfe589ae879ba6374ebf12d5229ab875 (diff) | |
download | gcc-111fbf3e96a0ace62d3907f6b3fe86a409a8fb79.zip gcc-111fbf3e96a0ace62d3907f6b3fe86a409a8fb79.tar.gz gcc-111fbf3e96a0ace62d3907f6b3fe86a409a8fb79.tar.bz2 |
Krister Walfridsson <cato@df.lth.se>
* invoke.texi: Removed duplicated description for -Q.
From-SVN: r29774
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/invoke.texi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a9319fa..fdf6437 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 2 11:28:33 1999 Krister Walfridsson <cato@df.lth.se> + + * invoke.texi: Removed duplicated description for -Q. + Sat Oct 2 11:16:00 1999 Jim Kingdon <http://developer.redhat.com> * extend.texi: Grammar fix in __extension__ text. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 86bfcee..34ba1b6 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -2063,10 +2063,6 @@ block and arc execution counts from the information in the @samp{-fprofile-arcs}). @end table -@item -Q -Makes the compiler print out each function name as it is compiled, and -print some statistics about each pass when it finishes. - @item -d@var{letters} Says to make debugging dumps during compilation at times specified by @var{letters}. This is used for debugging the compiler. The file names |