diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-12 22:05:07 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-12 22:05:07 +0000 |
commit | 6713f0a087a24430e6f6194f837aede5c84347df (patch) | |
tree | c83b2ce4a8e216893405fdf50762d5dc1d3886e5 /gcc/doc | |
parent | 49d723c392eabd41d16185abb822bf58ee467c3d (diff) | |
download | gcc-6713f0a087a24430e6f6194f837aede5c84347df.tar.gz |
* doc/invoke.texi: Fix cpp.info cross-reference.
* doc/passes.texi: Fix gcc.info cross-reference.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 | ||||
-rw-r--r-- | gcc/doc/passes.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index dc5bc513d44..0a7ebbccd04 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1375,7 +1375,7 @@ GCC 4.3. This option is not supported in C89 or gnu89 mode. The preprocesor macros @code{__GNUC_GNU_INLINE__} and @code{__GNUC_STDC_INLINE__} may be used to check which semantics are in effect for @code{inline} functions. @xref{Common Predefined -Macros,,,cpp.info,The C Preprocessor}. +Macros,,,cpp,The C Preprocessor}. @item -aux-info @var{filename} @opindex aux-info diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index bd8c476d933..5c4499998dd 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -191,7 +191,7 @@ rid of it. This pass is located in @file{tree-cfg.c} and described by @item Mudflap declaration registration If mudflap (@pxref{Optimize Options,,-fmudflap -fmudflapth --fmudflapir,gcc.info,Using the GNU Compiler Collection (GCC)}) is +-fmudflapir,gcc,Using the GNU Compiler Collection (GCC)}) is enabled, we generate code to register some variable declarations with the mudflap runtime. Specifically, the runtime tracks the lifetimes of those variable declarations that have their addresses taken, or whose |