diff options
author | Kazu Hirata <kazu@hxi.com> | 2000-08-07 07:11:38 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-08-07 01:11:38 -0600 |
commit | d169e67cd744607ca542b717cc60277070f3486e (patch) | |
tree | a9ce53b0fdaedcc77ff48a2fd8744f1afd5e142a /gcc | |
parent | f90bb3f14611061e5b4cabd8dfc8116dc41c22c8 (diff) | |
download | gcc-d169e67cd744607ca542b717cc60277070f3486e.zip gcc-d169e67cd744607ca542b717cc60277070f3486e.tar.gz gcc-d169e67cd744607ca542b717cc60277070f3486e.tar.bz2 |
invoke.texi (Options for Debugging Your Program or GCC): Remove duplicate entries for 'w' and 'z'.
* invoke.texi (Options for Debugging Your Program or GCC): Remove
duplicate entries for 'w' and 'z'.
From-SVN: r35543
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/invoke.texi | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c68c37..ae8c6e0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2000-08-07 Kazu Hirata <kazu@hxi.com> + * invoke.texi (Options for Debugging Your Program or GCC): Remove + duplicate entries for 'w' and 'z'. + * flow.c: Fix a comment typo. Sun Aug 6 23:47:35 2000 Ovidiu Predescu <ovidiu@cup.hp.com> diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 3ff6c00..487e95e 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -2342,15 +2342,11 @@ also printed. For each of the other indicated dump files (except for @file{@var{file}.00.rtl}), dump a representation of the control flow graph suitable for viewing with VCG to @file{@var{file}.@var{pass}.vcg}. -@item w -Dump after the second flow pass to @file{@var{file}.20.flow2}. @item x Just generate RTL for a function instead of compiling it. Usually used with @samp{r}. @item y Dump debugging information during parsing, to standard error. -@item z -Dump after the peephole2 pass to @file{@var{file}.22.peephole2}. @end table @item -fdump-unnumbered |