Commit 8ecf5a68 by Ben Elliston Committed by Ben Elliston

gcc.c: Correct comment about DEFAULT_SWITCH_TAKES_ARG and...

	* 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
parent c41f82b2
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?
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment