Re: TLS support on NetBSD

2009-10-29 Thread Ken Raeburn
On Oct 29, 2009, at 18:24, Ludovic Courtès wrote: I just took a little bit of a look... on my NetBSD 5.0.1 x86 system, the __thread support simply uses the %gs segment register, That’s weird because it should only do such things with the ‘initial-exec’ or ‘local-exec’ thread models; otherwise,

Re: TLS support on NetBSD

2009-10-29 Thread Ludovic Courtès
Hey, Ken Raeburn writes: > I just took a little bit of a look... on my NetBSD 5.0.1 x86 system, > the __thread support simply uses the %gs segment register, That’s weird because it should only do such things with the ‘initial-exec’ or ‘local-exec’ thread models; otherwise, it relies on support

Re: TLS support on NetBSD

2009-10-29 Thread Ken Raeburn
On Oct 23, 2009, at 19:40, Greg Troxel wrote: Thanks - I think there is actually no tls support yet. I will take a look at the autoconf issue when I have time - but I'm very busy at work this week. I just took a little bit of a look... on my NetBSD 5.0.1 x86 system, the __thread support s

Re: TLS support on NetBSD

2009-10-23 Thread Greg Troxel
Thanks - I think there is actually no tls support yet. I will take a look at the autoconf issue when I have time - but I'm very busy at work this week.