This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Thread local storage on powerpc-darwin
- From: "Steven Bosscher" <stevenb dot gcc at gmail dot com>
- To: "GCC Development" <gcc at gcc dot gnu dot org>, "Pinski, Andrew" <andrew_pinski at playstation dot sony dot com>, "Eric Christopher" <echristo at apple dot com>
- Date: Mon, 19 May 2008 13:24:07 +0200
- Subject: Thread local storage on powerpc-darwin
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 for the __tls_get_addr calls?).
Thanks,
Gr.
Steven