--- Comment #5 from ghassan dot almaless at gmail dot com 2010-04-08 23:59
---
(In reply to comment #4)
> What I was trying to say that TLS is always available now so the whole
> HAVE_TLS
> is only needed for old glibc/gas/ld versions and really they are not well
> supported any more.
--- Comment #4 from pinskia at gcc dot gnu dot org 2010-04-08 23:40 ---
What I was trying to say that TLS is always available now so the whole HAVE_TLS
is only needed for old glibc/gas/ld versions and really they are not well
supported any more. So my point is that HAVE_TLS is always d
--- Comment #3 from ghassan dot almaless at gmail dot com 2010-04-08 23:37
---
(In reply to comment #2)
> TLS support is emulated via pthread_setspecific/etc. if it is not available
> natively. This includes on Windows and on Darwin.
>
My bug report is not about the emulation, but th
--- Comment #2 from pinskia at gcc dot gnu dot org 2010-04-08 23:32 ---
TLS support is emulated via pthread_setspecific/etc. if it is not available
natively. This includes on Windows and on Darwin.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #1 from ghassan dot almaless at gmail dot com 2010-04-08 23:27
---
Created an attachment (id=20341)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20341&action=view)
Fixing gomp_free_thread when using pthread_key feature
To be applied in the same directory as the orig