This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: emulating tls for systems without
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Danny Smith <dannysmith at clear dot net dot nz>
- Cc: 'Richard Henderson' <rth at redhat dot com>, 'Jakub Jelinek' <jakub at redhat dot com>, 'Diego Novillo' <dnovillo at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 04 Oct 2006 20:35:58 -0700
- Subject: RE: emulating tls for systems without
- References: <000001c6e81b$5b778b80$f74861cb@anykey> <1160018372.22146.0.camel@celery.andrew.com>
On Wed, 2006-10-04 at 20:19 -0700, Andrew Pinski wrote:
> On Thu, 2006-10-05 at 14:12 +1300, Danny Smith wrote:
> > Yes, mingw32 is one of those. There are a few small patches to get
> > libgomp
> > to now work for mingw32 as well, but I was holding off on the small
> > stuff until
> > stage 1, assuming that the "great stuff" would wait till then.
>
> Actually doesn't Windows have real TLS anyways?
In fact it does.
See http://gcc.gnu.org/ml/gcc/2006-06/msg00098.html
Which discussed this already.
I don't know why mingw32 just can't use TLS correctly instead going
though the emulating of it.
-- Pinski