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:
parent
1e3ca17d52
commit
cb717ac46c
@ -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>
|
2010-01-31 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
* tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
|
* tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
|
||||||
|
@ -2944,6 +2944,8 @@ information are.
|
|||||||
@item
|
@item
|
||||||
@uref{#sparc-sun-solaris27,,sparc-sun-solaris2.7}
|
@uref{#sparc-sun-solaris27,,sparc-sun-solaris2.7}
|
||||||
@item
|
@item
|
||||||
|
@uref{#sparc-sun-solaris210,,sparc-sun-solaris2.10}
|
||||||
|
@item
|
||||||
@uref{#sparc-x-linux,,sparc-*-linux*}
|
@uref{#sparc-x-linux,,sparc-*-linux*}
|
||||||
@item
|
@item
|
||||||
@uref{#sparc64-x-solaris2,,sparc64-*-solaris2*}
|
@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.
|
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
|
@html
|
||||||
<hr />
|
<hr />
|
||||||
@end html
|
@end html
|
||||||
|
Loading…
Reference in New Issue
Block a user