Re: Thread local storage on powerpc-darwin

2008-05-19 Thread Andrew Pinski
On Mon, May 19, 2008 at 4:24 AM, Steven Bosscher <[EMAIL PROTECTED]> wrote: > Can anyone give me a pointer to how TLS is supposed to work on powerpc-darwin? It is non existent so it works via the emulation layer which Richard Henderson added. -- Pinski

Thread local storage on powerpc-darwin

2008-05-19 Thread Steven Bosscher
Hi, Can anyone give me a pointer to how TLS is supposed to work on powerpc-darwin? I can't find any references, and I am trying to figure out whether I need to do something special for it when I change the rs6000 backend TLS support (e.g. should I expect any target to maybe require branch islands