On Mon, Feb 25, 2013 at 08:22:17PM -0800, Philip Guenther wrote:
> On Mon, Feb 25, 2013 at 5:50 PM, Juan Francisco Cantero Hurtado
> <i...@juanfra.info> wrote:
> > Hi. Just a quick question. Is thread-local storage support on GCC 4.2 or
> > Clang in the roadmap of some developer or nobody is interested?
> 
> Yes, it's on my todo list.  One tricky part is the variance across
> architectures in compiler and tool-chain support for the necessary
> relocations.

Sorry for the unnecessary question. I saw your todo list in the rthreads
slides just after of send the mail :)

> 
> 
> > I'm asking because I don't know if I can trust the TLS support of GCC 4.6.
> 
> Trust?  Until ld.so, libpthread, and crt0.o (for static executables)
> provide the necessary support, it doesn't matter what the compiler
> does.

GCC 4.6 has emulated TLS support but this only give me more problems.

-- 
Juan Francisco Cantero Hurtado http://juanfra.info

Reply via email to