[Bug other/52192] GCC_CHECK_TLS doesn't detect native TLS on Solaris 8/9

2016-12-21 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52192

--- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE  ---
> --- Comment #5 from Jonathan Wakely  ---
> Should we change the target to *-*-netbsd* now that solaris 8 and 9 are not
> supported?

Certainly: I've no intention on working on the Solaris side of this anymore.

Rainer

[Bug other/52192] GCC_CHECK_TLS doesn't detect native TLS on Solaris 8/9

2016-12-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52192

--- Comment #5 from Jonathan Wakely  ---
Should we change the target to *-*-netbsd* now that solaris 8 and 9 are not
supported?

[Bug other/52192] GCC_CHECK_TLS doesn't detect native TLS on Solaris 8/9

2015-10-29 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52192

David Edelsohn  changed:

   What|Removed |Added

 Target|*-*-solaris2.[89],  |*-*-solaris2.[89]
   |powerpc-ibm-aix*|
Summary|GCC_CHECK_TLS doesn't   |GCC_CHECK_TLS doesn't
   |detect native TLS   |detect native TLS on
   ||Solaris 8/9

--- Comment #4 from David Edelsohn  ---
I guess never mind because this would require libstdc++ always to be built with
-pthread.


[Bug other/52192] GCC_CHECK_TLS doesn't detect native TLS on Solaris 8/9

2012-02-10 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52192

--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot 
Uni-Bielefeld.DE 2012-02-10 13:59:12 UTC ---
 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2012-02-09 
 20:01:41 UTC ---
 (In reply to comment #0)
 needs to link with -lthread for __tls_get_addr.  -pthread knows about this
 and the necessary contortions, and I do have a patch to try the test with 
 -pthread if it fails without, and adds it to LDFLAGS if that works.

 Will that be Solaris only? Because I'm seeing many failures on NetBSD due to
 undefined refs to __tls_get_addr, which I haven't investigated yet.

No, the patch just tries the TLS test first without and then with
-pthread to check if it makes a difference.

Rainer


[Bug other/52192] GCC_CHECK_TLS doesn't detect native TLS on Solaris 8/9

2012-02-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52192

--- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2012-02-09 
20:01:41 UTC ---
(In reply to comment #0)
 needs to link with -lthread for __tls_get_addr.  -pthread knows about this
 and the necessary contortions, and I do have a patch to try the test with 
 -pthread if it fails without, and adds it to LDFLAGS if that works.

Will that be Solaris only? Because I'm seeing many failures on NetBSD due to
undefined refs to __tls_get_addr, which I haven't investigated yet.