On Sunday, 15 January 2012 at 22:34:28 UTC, Iain Buclaw wrote:
* GDC's default calling convention has now been switched back
to that of the default for the target platform. The D_InlineAsm
family of version identifiers are now turned off by default as
we no longer pretend to follow DMD's callin
All tests pass. However, I see your problem.
In plaindll.d:
version(GNU){ // Workaround for linker error
void* _tlsstart; // First symbol of the TLS section
void* _tlsend;
//int _tls_callbacks_a; // Workaround for GDC/MinGW linker error
}
_tlsstart is the first symbol o
== Auszug aus Daniel Green (ven...@gmail.com)'s Artikel
> On 1/26/2012 11:01 AM, Sönke Ludwig wrote:
> > Is TLS support and/or a workaround for those crashes something that's on
> > the radar?
> That release had a few issues with generating 64-bit TLS code. Those
> issues have been fixed but I ha
Am 27.01.2012 01:32, schrieb Daniel Green:
> On 1/26/2012 11:01 AM, Sönke Ludwig wrote:
>> Is TLS support and/or a workaround for those crashes something that's on
>> the radar?
> That release had a few issues with generating 64-bit TLS code. Those
> issues have been fixed but I haven't uploaded