diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-03-12 22:05:07 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-03-12 15:05:07 -0700 |
commit | 7d07e4ea35689b814f1740706137739fa76ddae2 (patch) | |
tree | c83b2ce4a8e216893405fdf50762d5dc1d3886e5 /gcc/doc | |
parent | a21856f76bb601b3dd4f1a180ff07c5420075756 (diff) | |
download | gcc-7d07e4ea35689b814f1740706137739fa76ddae2.zip gcc-7d07e4ea35689b814f1740706137739fa76ddae2.tar.gz gcc-7d07e4ea35689b814f1740706137739fa76ddae2.tar.bz2 |
invoke.texi: Fix cpp.info cross-reference.
* doc/invoke.texi: Fix cpp.info cross-reference.
* doc/passes.texi: Fix gcc.info cross-reference.
From-SVN: r122869
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 dc5bc51..0a7ebbc 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 bd8c476..5c44999 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 |