diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-15 08:01:01 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-15 08:01:01 +0000 |
| commit | fa6735a1337288fe6cb08e7af17d1c408f520b46 (patch) | |
| tree | 9ef10990260e6d437a325f7558478ce39d12a8fd | |
| parent | 399c0e6465c9cbc283b9684d67893370188bb7f9 (diff) | |
| download | ppe42-gcc-fa6735a1337288fe6cb08e7af17d1c408f520b46.tar.gz ppe42-gcc-fa6735a1337288fe6cb08e7af17d1c408f520b46.zip | |
* doc/invoke.texi: Update dump file names. Fix a typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75908 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 010296b75bc..1cd9b4bccc3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2004-01-15 Kazu Hirata <kazu@cs.umass.edu> + * doc/invoke.texi: Update dump file names. Fix a typo. + +2004-01-15 Kazu Hirata <kazu@cs.umass.edu> + * builtins.c (expand_builtin_va_end): Don't use EXPAND_BUILTIN_VA_END. * system.h (EXPAND_BUILTIN_VA_END): Poison. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0b2b3664dd0..f7182f081ea 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3232,7 +3232,7 @@ Annotate the assembler output with miscellaneous debugging information. Dump after computing branch probabilities, to @file{@var{file}.12.bp}. @item B @opindex dB -Dump after block reordering, to @file{@var{file}.30.bbro}. +Dump after block reordering, to @file{@var{file}.31.bbro}. @item c @opindex dc Dump after instruction combination, to the file @file{@var{file}.20.combine}. @@ -3250,7 +3250,7 @@ Dump all macro definitions, at the end of preprocessing, in addition to normal output. @item E @opindex dE -Dump after the second if conversion, to @file{@var{file}.31.ce3}. +Dump after the third if conversion, to @file{@var{file}.30.ce3}. @item f @opindex df Dump after control and data flow analysis, to @file{@var{file}.11.cfg}. |

