Commit 24726b96 by Gerald Pfeifer Committed by Gerald Pfeifer

Fix links in online manuals.

	* doc/invoke.texi (H8/300 Options): @xref to ld, not ld.info.
	(Precompiled Headers): @pxref to cpp, not cpp.info.

From-SVN: r73646
parent 7d60db05
2003-11-16 Gerald Pfeifer <gerald@pfeifer.com>
Fix links in online manuals.
* doc/invoke.texi (H8/300 Options): @xref to ld, not ld.info.
(Precompiled Headers): @pxref to cpp, not cpp.info.
2003-11-16 Jason Merrill <jason@redhat.com> 2003-11-16 Jason Merrill <jason@redhat.com>
* Makefile.in, objc/Make-lang.in (objc.tags): Create TAGS.sub * Makefile.in, objc/Make-lang.in (objc.tags): Create TAGS.sub
......
...@@ -9503,7 +9503,7 @@ These @samp{-m} options are defined for the H8/300 implementations: ...@@ -9503,7 +9503,7 @@ These @samp{-m} options are defined for the H8/300 implementations:
@opindex mrelax @opindex mrelax
Shorten some address references at link time, when possible; uses the Shorten some address references at link time, when possible; uses the
linker option @option{-relax}. @xref{H8/300,, @code{ld} and the H8/300, linker option @option{-relax}. @xref{H8/300,, @code{ld} and the H8/300,
ld.info, Using ld}, for a fuller description. ld, Using ld}, for a fuller description.
@item -mh @item -mh
@opindex mh @opindex mh
...@@ -11709,7 +11709,7 @@ the headers it contains change. ...@@ -11709,7 +11709,7 @@ the headers it contains change.
A precompiled header file will be searched for when @code{#include} is A precompiled header file will be searched for when @code{#include} is
seen in the compilation. As it searches for the included file seen in the compilation. As it searches for the included file
(@pxref{Search Path,,Search Path,cpp.info,The C Preprocessor}) the (@pxref{Search Path,,Search Path,cpp,The C Preprocessor}) the
compiler looks for a precompiled header in each directory just before it compiler looks for a precompiled header in each directory just before it
looks for the include file in that directory. The name searched for is looks for the include file in that directory. The name searched for is
the name specified in the @code{#include} with @samp{.gch} appended. If the name specified in the @code{#include} with @samp{.gch} appended. If
......
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