
4 Aug
2004
4 Aug
'04
5:24 a.m.
On Mon, 02 Aug 2004 08:46:32 +0200 Bronek Kozicki <brok@rubikon.pl> 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