This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: externs and thread local storage
On Sun, Jul 02, 2006 at 12:23:34PM -0700, Gary Funck wrote:
> In my view, this is implementation-defined, and generally can vary
> depending upon the underlying linker and OS technology. Further,
> there is at least one known platform (IA64) which seems to not impose
> this restriction.
You're kidding, right? *All* targets have to generate different
code for thread-local storage. If it didn't, it wouldn't be
thread-local, would it?
r~