From: Roland (roland.schwarz_at_[hidden])
Date: 2004-08-04 00:24:10


On Mon, 02 Aug 2004 08:46:32 +0200 Bronek Kozicki <brok_at_[hidden]> wrote:

> Aaron W. LaFramboise wrote:
> > it is compatible. For example, the suggestions so far for overriding
> > the TLS directory will break __declspec(thread) and will probably cause
> > random redefined symbol link failures in some situations.
>
> That's true. It would be much better to be able to insert callback into
> __tls_used created by compiler instead of creating own __tls_used

I did not yet test this, but are we overriding the _tls_used when simply
referencing it? We only rely on the linkers ability do define it when needed.

Roland