aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/gcc.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f7e7cd3..b49d5a2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2005-04-06 Ben Elliston <bje@au.ibm.com>
+ * gcc.c: Correct comment about DEFAULT_SWITCH_TAKES_ARG and
+ DEFAULT_WORD_SWITCH_TAKES_ARG which incorrectly reported these
+ macros as living in "this file" and not gcc.h.
+
+2005-04-06 Ben Elliston <bje@au.ibm.com>
+
* doc/invoke.texi (Optimize Options): Mention -ftree-lrs, not
-ftree-live_range_split. Perhaps renamed at some point?
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 31edb0d..98b9d0d 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -59,7 +59,7 @@ compilation is specified by a string called a "spec". */
4. If the argument takes an argument, e.g., `--baz argument1',
modify either DEFAULT_SWITCH_TAKES_ARG or
- DEFAULT_WORD_SWITCH_TAKES_ARG in this file. Omit the first `-'
+ DEFAULT_WORD_SWITCH_TAKES_ARG in gcc.h. Omit the first `-'
from `--baz'.
5. Document the option in this file's display_help(). If the