re PR bootstrap/10805 ([sun-solaris2.7] relocation error when creating sparcv9/libgcc_s.so.1)

PR bootstrap/10805
	* doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
	failure with Sun assembler 5.0 Alpha 03/27/98.

From-SVN: r67085
This commit is contained in:
Eric Botcazou 2003-05-22 09:53:43 +02:00 committed by Eric Botcazou
parent 1490fbc12f
commit fdbf04c8f4
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2003-05-22 Eric Botcazou <ebotcazou@libertysurf.fr>
PR bootstrap/10805
* doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
failure with Sun assembler 5.0 Alpha 03/27/98.
2003-05-21 Loren James Rittle <ljrittle@acm.org>
* config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9

View File

@ -2999,6 +2999,16 @@ the bug. The current (as of 2001-09-24) revision is -14, and is included in
the Solaris 7 Recommended Patch Cluster.
@end itemize
GCC 3.3 triggers a bug in version 5.0 Alpha 03/27/98 of the Sun assembler,
which causes a bootstrap failure when linking the 64-bit shared version of
libgcc. A typical error message is:
@smallexample
ld: fatal: relocation error: R_SPARC_32: file libgcc/sparcv9/_muldi3.o:
symbol <unknown>: offset 0xffffffff7ec133e7 is non-aligned.
@end smallexample
This bug has been fixed in the final 5.0 version of the assembler.
@html
<hr />