diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-16 11:24:56 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-16 11:24:56 +0000 |
commit | d02b1ce3cc2e1a2db640b0d7bb8ebfa9e17a26f5 (patch) | |
tree | 1ddb1389d788b5e929525455e73565ab51aa3d42 | |
parent | 39aebbc35d6c32d6f0913a942f1231028f71d0a0 (diff) | |
download | gcc-d02b1ce3cc2e1a2db640b0d7bb8ebfa9e17a26f5.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73646 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a58b2d150db..90ec0705983 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +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> * Makefile.in, objc/Make-lang.in (objc.tags): Create TAGS.sub diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f2b53a9b3bb..ca71dde15c4 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9503,7 +9503,7 @@ These @samp{-m} options are defined for the H8/300 implementations: @opindex mrelax Shorten some address references at link time, when possible; uses the 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 @opindex mh @@ -11709,7 +11709,7 @@ the headers it contains change. A precompiled header file will be searched for when @code{#include} is 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 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 |