diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2004-10-07 14:14:45 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2004-10-07 12:14:45 +0000 |
commit | 224edf728f825a121c045ce1fb1461996a6870e7 (patch) | |
tree | bbf5269eb9d8c7fb93cbd0083a04ffd05a416ae8 | |
parent | 09ebcffa1928d6373895c99e3c534f74f3cd126e (diff) | |
download | gcc-224edf728f825a121c045ce1fb1461996a6870e7.zip gcc-224edf728f825a121c045ce1fb1461996a6870e7.tar.gz gcc-224edf728f825a121c045ce1fb1461996a6870e7.tar.bz2 |
* doc/install.texi (*-*-solaris2*): Fix marker for URL.
From-SVN: r88682
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7ac6b4a..7e264dc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-07 Eric Botcazou <ebotcazou@libertysurf.fr> + + * doc/install.texi (*-*-solaris2*): Fix marker for URL. + 2004-10-07 Giovanni Bajo <giovannibajo@gcc.gnu.org> PR c++/17115 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dd3e706..18cff6a 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3489,7 +3489,7 @@ The stock GNU binutils 2.15 release is broken on this platform because of a single bug. It has been fixed on the 2.15 branch in the CVS repository. You can obtain a working version by checking out the binutils-2_15-branch from the CVS repository or applying the patch -`http://sources.redhat.com/ml/binutils-cvs/2004-09/msg00036.html' to the +@uref{http://sources.redhat.com/ml/binutils-cvs/2004-09/msg00036.html} to the release. Sun bug 4296832 turns up when compiling X11 headers with GCC 2.95 or |