From 5560a945d8497667c898b73d3f4eea2f4ad016d8 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Mon, 29 Sep 2003 06:19:39 +0000 Subject: [PATCH] cppopts.texi: Use 'dashMP' instead of '-MP' as a cross- reference name. 2003-09-28 Phil Edwards * doc/cppopts.texi: Use 'dashMP' instead of '-MP' as a cross- reference name. From-SVN: r71894 --- gcc/ChangeLog | 5 +++++ gcc/doc/cppopts.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 098aef0fdd7..c4d1807ca26 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-09-28 Phil Edwards + + * doc/cppopts.texi: Use 'dashMP' instead of '-MP' as a cross- + reference name. + 2003-09-28 Richard Henderson * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 4988227213d..4d509e859d1 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