diff options
author | Mike Stump <mrs@apple.com> | 2006-08-16 20:36:23 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2006-08-16 20:36:23 +0000 |
commit | e8c96d09013bbef59b28613a4982bc499a1073a7 (patch) | |
tree | 044118d44c20979779a8288a55f8ef2e751ed9ce | |
parent | e1a1c424d2475739249eb98ddfc6dabd97052a48 (diff) | |
download | gcc-e8c96d09013bbef59b28613a4982bc499a1073a7.zip gcc-e8c96d09013bbef59b28613a4982bc499a1073a7.tar.gz gcc-e8c96d09013bbef59b28613a4982bc499a1073a7.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/cppopts.texi | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 8 |
3 files changed, 10 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0658f36..16644ae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-08-16 Mike Stump <mrs@apple.com> + + * doc/invoke.texi (-Wno-deprecated-declarations): Fixup use of pxref. + * doc/cppopts.texi (-MD): Likewise. + 2006-08-15 Danny Smith <dannysmith@users.sourceforge.net> PR c/28287 diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 06ca0b9..c1d732b 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 78607d8..c9b25f7 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 |