diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 | ||||
-rw-r--r-- | gcc/doc/passes.texi | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4cb520b22c8..9c559467cae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-03-12 Brooks Moses <brooks.moses@codesourcery.com> + + * doc/invoke.texi: Fix cpp.info cross-reference. + * doc/passes.texi: Fix gcc.info cross-reference. + 2007-03-12 Zdenek Dvorak <dvorakz@suse.cz> PR tree-optimization/30835 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 |