OSDN Git Service

* gcc.c: Correct comment about DEFAULT_SWITCH_TAKES_ARG and
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Apr 2005 00:11:59 +0000 (00:11 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Apr 2005 00:11:59 +0000 (00:11 +0000)
DEFAULT_WORD_SWITCH_TAKES_ARG which incorrectly reported these
macros as living in "this file" and not gcc.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97678 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcc.c

index f7e7cd3..b49d5a2 100644 (file)
@@ -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?
 
index 31edb0d..98b9d0d 100644 (file)
--- 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