Re: Does NetBSD understand the __thread variable declaration ?
From: Joel Reicher (joel_at_panacea.null.org)
Date: 11/20/05
- Previous message: jpd: "Re: Does NetBSD understand the __thread variable declaration ?"
- In reply to: llothar: "Re: Does NetBSD understand the __thread variable declaration ?"
- Next in thread: jpd: "Re: Does NetBSD understand the __thread variable declaration ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 20 Nov 2005 03:10:38 GMT
"llothar" <llothar@web.de> writes:
> No __thread is going deeper. It must be supported by specific sections
> in the ELF executable, so it must be implemented in the loader.
Yes, you're quite right. This is a recent and *optional* extension to
the ELF spec.
I apologise, I wasn't aware of these details. It makes your code even
less portable than I at first thought.
Cheers,
- Joel
- Previous message: jpd: "Re: Does NetBSD understand the __thread variable declaration ?"
- In reply to: llothar: "Re: Does NetBSD understand the __thread variable declaration ?"
- Next in thread: jpd: "Re: Does NetBSD understand the __thread variable declaration ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|