re PR libgomp/29986 (testsuite failures)

PR libgomp/29986
	* doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
	Document fix for TLS bug.

From-SVN: r156427
This commit is contained in:
Rainer Orth 2010-02-01 13:35:10 +00:00 committed by Rainer Orth
parent 1e3ca17d52
commit cb717ac46c
2 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-02-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR libgomp/29986
* doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
Document fix for TLS bug.
2010-01-31 Richard Guenther <rguenther@suse.de>
* tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be

View File

@ -2944,6 +2944,8 @@ information are.
@item
@uref{#sparc-sun-solaris27,,sparc-sun-solaris2.7}
@item
@uref{#sparc-sun-solaris210,,sparc-sun-solaris2.10}
@item
@uref{#sparc-x-linux,,sparc-*-linux*}
@item
@uref{#sparc64-x-solaris2,,sparc64-*-solaris2*}
@ -4264,6 +4266,21 @@ ld: fatal: relocation error: R_SPARC_DISP32:
This bug has been fixed in more recent revisions of the assembler.
@html
<hr />
@end html
@heading @anchor{sparc-sun-solaris210}sparc-sun-solaris2.10
There is a bug in older versions of the Sun assembler which breaks
thread-local storage (TLS). A typical error message is
@smallexample
ld: fatal: relocation error: R_SPARC_TLS_LE_HIX22: file /var/tmp//ccamPA1v.o:
symbol <unknown>: bad symbol type SECT: symbol type must be TLS
@end smallexample
This bug is fixed in Sun patch 118683-03 or later.
@html
<hr />
@end html