From e8c96d09013bbef59b28613a4982bc499a1073a7 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 16 Aug 2006 20:36:23 +0000 Subject: [PATCH] invoke.texi (-Wno-deprecated-declarations): Fixup use of pxref. * doc/invoke.texi (-Wno-deprecated-declarations): Fixup use of pxref. * doc/cppopts.texi (-MD): Likewise. From-SVN: r116187 --- gcc/ChangeLog | 5 +++++ gcc/doc/cppopts.texi | 2 +- gcc/doc/invoke.texi | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0658f36c4e0..16644ae78df 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-08-16 Mike Stump + + * doc/invoke.texi (-Wno-deprecated-declarations): Fixup use of pxref. + * doc/cppopts.texi (-MD): Likewise. + 2006-08-15 Danny Smith PR c/28287 diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 06ca0b90880..c1d732b44c0 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -305,7 +305,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{dashMF,,-MF}), but if used without @option{-E}, each @option{-o} +(@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 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 78607d89ed2..c9b25f754db 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3291,10 +3291,10 @@ unable to be fixed to display these characters distinctly. @item -Wno-deprecated-declarations @opindex Wno-deprecated-declarations -Do not warn about uses of functions, variables, and types marked as -deprecated by using the @code{deprecated} attribute. -(@pxref{Function Attributes}, @pxref{Variable Attributes}, -@pxref{Type Attributes}.) +Do not warn about uses of functions (@pxref{Function Attributes}), +variables (@pxref{Variable Attributes}), and types (@pxref{Type +Attributes}) marked as deprecated by using the @code{deprecated} +attribute. @item -Wno-overflow @opindex Wno-overflow -- 2.30.2