This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Thread local storage on powerpc-darwin
- From: "Andrew Pinski" <Andrew_Pinski at playstation dot sony dot com>
- To: "Steven Bosscher" <stevenb dot gcc at gmail dot com>
- Cc: "GCC Development" <gcc at gcc dot gnu dot org>, "Eric Christopher" <echristo at apple dot com>
- Date: Mon, 19 May 2008 04:41:05 -0700
- Subject: Re: Thread local storage on powerpc-darwin
- References: <571f6b510805190424j421641b0pe2d1269f219f1a6b@mail.gmail.com>
On Mon, May 19, 2008 at 4:24 AM, Steven Bosscher <stevenb.gcc@gmail.com> 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