diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-05-31 14:26:38 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2005-05-31 12:26:38 +0000 |
commit | 661f4f904a136851bfb1084ac55c6a49355e710e (patch) | |
tree | dcb778d8d2a51599d17bd4e4325d2a442fcf8810 | |
parent | 994d1b20ab0a2c17d7fc687ac54ef2583a923389 (diff) | |
download | gcc-661f4f904a136851bfb1084ac55c6a49355e710e.zip gcc-661f4f904a136851bfb1084ac55c6a49355e710e.tar.gz gcc-661f4f904a136851bfb1084ac55c6a49355e710e.tar.bz2 |
install.texi (sparc-sun-solaris2.7): Document bootstrap failure with Sun WorkShop 6 99/08/18 as.
* doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
failure with Sun WorkShop 6 99/08/18 as.
From-SVN: r100383
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 11 |
2 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 830bfc6..81650f4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-05-31 Eric Botcazou <ebotcazou@libertysurf.fr> + + * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap + failure with Sun WorkShop 6 99/08/18 as. + 2005-05-30 Pat Haugen <pthaugen@us.ibm.com> * loop.c (loop_invariant_p, valid_initial_value_p): Use diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 80a655b..98c5b5b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3697,6 +3697,17 @@ ld: fatal: relocation error: R_SPARC_32: file libgcc/sparcv9/_muldi3.o: This bug has been fixed in the final 5.0 version of the assembler. +A similar problem was reported for version Sun WorkShop 6 99/08/18 of the +Sun assembler, which causes a bootstrap failure with GCC 4.0.0: + +@smallexample +ld: fatal: relocation error: R_SPARC_DISP32: + file .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o: + symbol <unknown>: offset 0xfccd33ad is non-aligned +@end smallexample + +This bug has been fixed in more recent revisions of the assembler. + @html <hr /> @end html |