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.


> 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.


Philip Guenther

Reply via email to