Commit 7d07e4ea by Brooks Moses Committed by Brooks Moses

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
parent a21856f7
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> 2007-03-12 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/30835 PR tree-optimization/30835
......
...@@ -1375,7 +1375,7 @@ GCC 4.3. This option is not supported in C89 or gnu89 mode. ...@@ -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 The preprocesor macros @code{__GNUC_GNU_INLINE__} and
@code{__GNUC_STDC_INLINE__} may be used to check which semantics are @code{__GNUC_STDC_INLINE__} may be used to check which semantics are
in effect for @code{inline} functions. @xref{Common Predefined 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} @item -aux-info @var{filename}
@opindex aux-info @opindex aux-info
......
...@@ -191,7 +191,7 @@ rid of it. This pass is located in @file{tree-cfg.c} and described by ...@@ -191,7 +191,7 @@ rid of it. This pass is located in @file{tree-cfg.c} and described by
@item Mudflap declaration registration @item Mudflap declaration registration
If mudflap (@pxref{Optimize Options,,-fmudflap -fmudflapth 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 enabled, we generate code to register some variable declarations with
the mudflap runtime. Specifically, the runtime tracks the lifetimes of the mudflap runtime. Specifically, the runtime tracks the lifetimes of
those variable declarations that have their addresses taken, or whose those variable declarations that have their addresses taken, or whose
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment