From 661f4f904a136851bfb1084ac55c6a49355e710e Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Tue, 31 May 2005 14:26:38 +0200 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 830bfc62020..81650f4126f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-05-31 Eric Botcazou + + * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap + failure with Sun WorkShop 6 99/08/18 as. + 2005-05-30 Pat Haugen * loop.c (loop_invariant_p, valid_initial_value_p): Use diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 80a655b8948..98c5b5b59a5 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 : offset 0xfccd33ad is non-aligned +@end smallexample + +This bug has been fixed in more recent revisions of the assembler. + @html
@end html -- 2.30.2