GDC Compile Error

%u wfunction at hotmail.com
Mon Apr 18 10:57:16 PDT 2011


> The module expects the following TLS symbols:
> _tlstart
> _tlsend
> _tls_callbacks_a
> The GCC TLS emulation prefixes all outputted symbols with ___emutls_:
>   ___emutls_t._tlsstart
>   ___emutls_v._tlsend
> And does not yet have _tls_callback_a which is a Windows specific symbol.
> I imagine that the __gshared attribute keeps GCC from identifying that they
should be prefixed with ___emutls.

Oh huh, interesting, thanks for the info. Maybe I'll find a hackish way of fixing
it. :)


More information about the Digitalmars-d mailing list