gcc.c: Correct comment about DEFAULT_SWITCH_TAKES_ARG and...
authorBen Elliston <bje@au.ibm.com>
Wed, 6 Apr 2005 00:11:59 +0000 (00:11 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 6 Apr 2005 00:11:59 +0000 (10:11 +1000)
* 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.

From-SVN: r97678

gcc/ChangeLog
gcc/gcc.c

index f7e7cd38c65c17e8b2f96c390c76a292b30f866a..b49d5a2122c0c7be0b5e6a2f2f115ecddaf9184c 100644 (file)
@@ -1,3 +1,9 @@
+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
index 31edb0da71707adbd3d8e2fae68f89d92b256ba6..98b9d0d4e5b83096525d8f5309cf4652e73b6a26 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