diff options
author | Phil Edwards <phil@codesourcery.com> | 2003-09-29 06:19:39 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2003-09-29 06:19:39 +0000 |
commit | 5560a945d8497667c898b73d3f4eea2f4ad016d8 (patch) | |
tree | 54c96df82b8545fcb650037b20350af41e297d7d | |
parent | ea0738f2365dcda536b1ab0a61f400ec16b4bcf3 (diff) | |
download | gcc-5560a945d8497667c898b73d3f4eea2f4ad016d8.zip gcc-5560a945d8497667c898b73d3f4eea2f4ad016d8.tar.gz gcc-5560a945d8497667c898b73d3f4eea2f4ad016d8.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/cppopts.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 098aef0..c4d1807 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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> * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 4988227..4d509e8 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -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 slight change in semantics from GCC versions 3.0 and earlier. +@anchor{dashMF} @item -MF @var{file} @opindex MF -@anchor{-MF} When used with @option{-M} or @option{-MM}, specifies a 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 @@ -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 @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. Since @option{-E} is not implied, @option{-MD} can be used to generate |