Commit 5560a945 by Phil Edwards Committed by Phil Edwards

cppopts.texi: Use 'dashMP' instead of '-MP' as a cross- reference name.

2003-09-28  Phil Edwards  <phil@codesourcery.com>

	* doc/cppopts.texi:  Use 'dashMP' instead of '-MP' as a cross-
	reference name.

From-SVN: r71894
parent ea0738f2
2003-09-28 Phil Edwards <phil@codesourcery.com>
* doc/cppopts.texi: Use 'dashMP' instead of '-MP' as a cross-
reference name.
2003-09-28 Richard Henderson <rth@redhat.com> 2003-09-28 Richard Henderson <rth@redhat.com>
* c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
......
...@@ -223,9 +223,9 @@ This implies that the choice of angle brackets or double quotes in an ...@@ -223,9 +223,9 @@ This implies that the choice of angle brackets or double quotes in an
header will appear in @option{-MM} dependency output. This is a header will appear in @option{-MM} dependency output. This is a
slight change in semantics from GCC versions 3.0 and earlier. slight change in semantics from GCC versions 3.0 and earlier.
@anchor{dashMF}
@item -MF @var{file} @item -MF @var{file}
@opindex MF @opindex MF
@anchor{-MF}
When used with @option{-M} or @option{-MM}, specifies a When used with @option{-M} or @option{-MM}, specifies a
file to write the dependencies to. If no @option{-MF} switch is given file to write the dependencies to. If no @option{-MF} switch is given
the preprocessor sends the rules to the same place it would have sent the preprocessor sends the rules to the same place it would have sent
...@@ -302,7 +302,7 @@ basename of the input file and applies a @file{.d} suffix. ...@@ -302,7 +302,7 @@ basename of the input file and applies a @file{.d} suffix.
If @option{-MD} is used in conjunction with @option{-E}, any If @option{-MD} is used in conjunction with @option{-E}, any
@option{-o} switch is understood to specify the dependency output file @option{-o} switch is understood to specify the dependency output file
(but @pxref{-MF}), but if used without @option{-E}, each @option{-o} (but @pxref{dashMF,,-MF}), but if used without @option{-E}, each @option{-o}
is understood to specify a target object file. is understood to specify a target object file.
Since @option{-E} is not implied, @option{-MD} can be used to generate Since @option{-E} is not implied, @option{-MD} can be used to generate
......
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