diff options
| author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-07 06:19:57 +0000 |
|---|---|---|
| committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-07 06:19:57 +0000 |
| commit | a569d345c2e2f78d6ba09d7bc8fe09ac782ec221 (patch) | |
| tree | 19c27de790f38a1d1b7ee8f330831760238ec165 | |
| parent | 5058afdcbede2d421a1cb8fec55303e112d97b11 (diff) | |
| download | ppe42-gcc-a569d345c2e2f78d6ba09d7bc8fe09ac782ec221.tar.gz ppe42-gcc-a569d345c2e2f78d6ba09d7bc8fe09ac782ec221.zip | |
* doc/install.texi (*-*-solaris2*): Clarify wording on the recommended
version of GNU binutils for 4.x and later.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103980 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 7 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 65f3ff1dc98..8b4ecd9971d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-09-07 Eric Botcazou <ebotcazou@libertysurf.fr> + + * doc/install.texi (*-*-solaris2*): Clarify wording on the recommended + version of GNU binutils for 4.x and later. + 2005-09-06 Mark Mitchell <mark@codesourcery.com> * ggc-page.c (ggc_push_context): Remove. @@ -3925,7 +3930,7 @@ * tree-ssa-structalias.c (need_to_solve): Need to check for preds, too. -2005-07-16 Eric Botcazou <ebotcazou@libertysurf.fr> +2005-07-16 Eric Botcazou <ebotcazou@libertysurf.fr> * doc/install.texi (*-*-solaris2*): Document recommended version of GNU binutils and mention GNU linker problem on Solaris 10. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 7112102dc02..54086e24826 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3615,11 +3615,12 @@ from the CVS repository or applying the patch @uref{http://sources.redhat.com/ml/binutils-cvs/2004-09/msg00036.html} to the release. -We recommend using GNU binutils 2.16 or later in conjunction with GCC 4.x. -However, for Solaris 10 and above, an additional patch is required in order -for the GNU linker to be able to cope with a new flavor of shared libraries. -You can obtain a working version by checking out the binutils-2_16-branch -from the CVS repository or applying the patch +We recommend using GNU binutils 2.16 or later in conjunction with GCC 4.x, +or the vendor tools (Sun @command{as}, Sun @command{ld}). However, for +Solaris 10 and above, an additional patch is required in order for the GNU +linker to be able to cope with a new flavor of shared libraries. You +can obtain a working version by checking out the binutils-2_16-branch from +the CVS repository or applying the patch @uref{http://sourceware.org/ml/binutils-cvs/2005-07/msg00122.html} to the release. |

