This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: TLS on darwin
On Mon, Dec 8, 2008 at 1:04 PM, IainS <developer@sandoe-acoustics.co.uk> wrote:
> following on from http://gcc.gnu.org/ml/gcc/2008-05/msg00202.html
As I mentioned; it is emulated. So it works, by default, though it is
not native support (that is there is no ABI helper that speeds it up).
In fact tls_runtime should be true for almost all targets anyways as
the emulation works without threads too.
Thanks,
Andrew Pinski