$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-08-02 05:04:15
Aaron W. LaFramboise wrote:
> As far as I know, the callback list does not go in .tls, but in .rdata
> (or I guess .data). .tls is only for initialized TLS data (I suppose it
> is like a TLS version of .data).
OK, but if you create __tls_used by hand, section .tls is not created at
all. That might be reason why on some OSes callback is not executed
(however on Windows Server 2003 it is).
B.