This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: PATCH for: Broken Documentation Link


On Sun, 16 Nov 2003, Stephan T. Lavavej wrote:
>> Would you mind having a look tomorrow, whether the web pages now
>> carry correct links after tonights automatic update?
> Works now!  Thanks.

Thanks for verifying.  I now backported the following hunk from the
full patch to the 3.3-branch.

Committed.

2003-11-18  Gerald Pfeifer  <gerald@pfeifer.com>

	Fix links in online manuals.
	* doc/invoke.texi (H8/300 Options): @xref to ld, not ld.info.

Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.209.2.48
diff -u -3 -p -r1.209.2.48 invoke.texi
--- doc/invoke.texi	17 Nov 2003 21:22:22 -0000	1.209.2.48
+++ doc/invoke.texi	18 Nov 2003 21:41:17 -0000
@@ -8841,7 +8841,7 @@ These @samp{-m} options are defined for
 @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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]