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]

Re: PATCH for Re: Broken links


On Fri, 10 Aug 2001, Gerald Pfeifer wrote:
> Thanks for pointing this out.  I have fixed the AVR link with the
> patch below and verified that by building documentation in info and
> HTML formats as well as regenerating the version on our web pages.

And here is the fix for the second broken link.

  2001-08-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* doc/install.texi (Specific, c4x): Fix cross-reference to the
	main manual to work both for info and HTML versions.

Installed both to mainline and the 3.0-branch.

Gerald

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.58
diff -u -3 -p -r1.58 install.texi
--- install.texi	2001/08/10 18:50:04	1.58
+++ install.texi	2001/08/11 12:33:06
@@ -1691,9 +1691,15 @@ indicates that you should upgrade to a n

 Texas Instruments TMS320C3x and TMS320C4x Floating Point Digital Signal
 Processors.  These are used in embedded applications.  There are no
-standard Unix configurations.  @xref{C4x Options,, C4x Options, gcc,
-Using and Porting the GNU Compiler Collection (GCC)}, for the list of
-supported MCU types.
+standard Unix configurations.
+@ifnothtml
+@xref{TMS320C3x/C4x Options,, TMS320C3x/C4x Options, gcc, Using and
+Porting the GNU Compiler Collection (GCC)},
+@end ifnothtml
+@ifnotinfo
+See ``TMS320C3x/C4x Options'' in the main manual
+@end ifnotinfo
+for the list of supported MCU types.

 GCC can be configured as a cross compiler for both the C3x and C4x
 architectures on the same system.  Use @samp{configure --target=c4x
@@ -1705,7 +1711,7 @@ can also be obtained from:

 @itemize @bullet
 @item
-@uref{http://www.elec.canterbury.ac.nz/c4x,,http://www.elec.canterbury.ac.nz/c4x}
+@uref{http://www.elec.canterbury.ac.nz/c4x/,,http://www.elec.canterbury.ac.nz/c4x/}
 @end itemize

 @html



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