Commit 59c5d27a by Joseph Myers Committed by Joseph Myers

extend.texi, [...]: Consistently use @uref for formatting URLs.

	* extend.texi, invoke.texi, gcc.texi, install.texi: Consistently
	use @uref for formatting URLs.

From-SVN: r36653
parent 6a832bea
2000-09-27 Joseph S. Myers <jsm28@cam.ac.uk>
* extend.texi, invoke.texi, gcc.texi, install.texi: Consistently
use @uref for formatting URLs.
2000-09-27 Mark Elbrecht <snowball3@bigfoot.com>
* config/i386/djgpp.h (UNIQUE_SECTION): Constify the variables
......
......@@ -420,7 +420,7 @@ safe.
GNU CC implements taking the address of a nested function using a
technique called @dfn{trampolines}. A paper describing them is
available as @samp{http://master.debian.org/~karlheg/Usenix88-lexic.pdf}.
available as @uref{http://master.debian.org/~karlheg/Usenix88-lexic.pdf}.
A nested function can jump to a label inherited from a containing
function, provided the label was explicitly declared in the containing
......
......@@ -652,11 +652,10 @@ cc1: warning: `-g1' option not supported on this version of GCC
./xgcc: Internal compiler error: program as got fatal signal 11
@end smallexample
A patched version of the assembler is available by anonymous ftp from
@code{altdorf.ai.mit.edu} as the file
@file{archive/cph/hpux-8.0-assembler}. If you have HP software support,
the patch can also be obtained directly from HP, as described in the
following note:
A patched version of the assembler is available as the file
@uref{ftp://altdorf.ai.mit.edu/archive/cph/hpux-8.0-assembler}. If you
have HP software support, the patch can also be obtained directly from
HP, as described in the following note:
@quotation
This is the patched assembler, to patch SR#1653-010439, where the
......@@ -2236,7 +2235,7 @@ convention, in which bug reports for tool ``foo'' are sent
to @samp{bug-foo@@gnu.org}, the address @samp{bug-gcc@@gnu.org}
may also be used; it will forward to the address given above.
Please read @samp{<URL:http://www.gnu.org/software/gcc/bugs.html>} for
Please read @uref{http://www.gnu.org/software/gcc/bugs.html} for
bug reporting instructions before you post a bug report.
Often people think of posting bug reports to the newsgroup instead of
......@@ -2260,7 +2259,7 @@ Boston, MA 02111-1307, USA
@cindex compiler bugs, reporting
You may find additional and/or more up-to-date instructions at
@samp{<URL:http://www.gnu.org/software/gcc/bugs.html>}.
@uref{http://www.gnu.org/software/gcc/bugs.html}.
The fundamental principle of reporting bugs usefully is this:
@strong{report all the facts}. If you are not sure whether to state a
......
......@@ -852,7 +852,7 @@ MIL-STD-1750A processors.
The MIL-STD-1750A cross configuration produces output for
@code{as1750}, an assembler/linker available under the GNU Public
License for the 1750A. @code{as1750} can be obtained at
@emph{ftp://ftp.fta-berlin.de/pub/crossgcc/1750gals/}.
@uref{ftp://ftp.fta-berlin.de/pub/crossgcc/1750gals/}.
A similarly licensed simulator for
the 1750A is available from same address.
......@@ -957,7 +957,7 @@ the @file{a.out} binary format. This is an obsolete configuration.
Any of the ARM-family processors running the Linux-based GNU system with
the @file{ELF} binary format. You must use version 2.9.1.0.22 or later
of the GNU/Linux binutils, which you can download from
@file{ftp.varesearch.com:/pub/support/hjl/binutils}.
@uref{ftp://ftp.varesearch.com/pub/support/hjl/binutils/}.
These two configurations differ only in the required version of GNU
binutils. For binutils 2.9.1.0.x, use @samp{arm-*-linux-gnuoldld}. For
......@@ -970,7 +970,7 @@ specify the version number during configuration. Note that the
assembler shipped with RISC iX does not support stabs debugging
information; a new version of the assembler, with stabs support
included, is now available from Acorn and via ftp
@file{ftp.acorn.com:/pub/riscix/as+xterm.tar.Z}. To enable stabs
@uref{ftp://ftp.acorn.com/pub/riscix/as+xterm.tar.Z}. To enable stabs
debugging, pass @samp{--with-gnu-as} to configure.
You will need to install GNU @file{sed} before you can run configure.
......@@ -1179,7 +1179,7 @@ systems.
@item i[345]86-*-winnt3.5
This version requires a GAS that has not yet been released. Until it
is, you can get a prebuilt binary version via anonymous ftp from
@file{cs.washington.edu:pub/gnat} or @file{cs.nyu.edu:pub/gnat}. You
@uref{ftp://cs.washington.edu/pub/gnat} or @uref{ftp://cs.nyu.edu/pub/gnat}. You
must also use the Microsoft header files from the Windows NT 3.5 SDK.
Find these on the CDROM in the @file{/mstools/h} directory dated 9/4/94. You
must use a fixed version of Microsoft linker made especially for NT 3.5,
......@@ -1276,7 +1276,7 @@ AT&T 3b1, a.k.a. 7300 PC. This version of GNU CC cannot
be compiled with the system C compiler, which is too buggy.
You will need to get a previous version of GCC and use it to
bootstrap. Binaries are available from the OSU-CIS archive, at
@url{ftp://archive.cis.ohio-state.edu/pub/att7300/}.
@uref{ftp://archive.cis.ohio-state.edu/pub/att7300/}.
@item m68k-bull-sysv
Bull DPX/2 series 200 and 300 with BOS-2.00.45 up to BOS-2.01. GNU CC works
......
......@@ -740,7 +740,7 @@ ISO C as modified in amend. 1
@item iso9899:1999
ISO C99. Note that this standard is not yet fully supported; see
@url{http://gcc.gnu.org/c99status.html} for more information.
@uref{http://gcc.gnu.org/c99status.html} for more information.
@item c89
same as -std=iso9899:1990
......
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