<p dir="ltr">On 5 Jun 2015 08:05, "Dan Olson via D.gnu" <<a href="mailto:d.gnu@puremagic.com">d.gnu@puremagic.com</a>> wrote:<br>
><br>
> Dan Olson <<a href="mailto:gorox@comcast.net">gorox@comcast.net</a>> writes:<br>
><br>
> > Looks like I need to track down missing symbols from rt.tlsgc now. I<br>
> > think it is becoming a fun puzzle :-) The arm stuff can wait.<br>
><br>
> How do I tell gdc that OS X needs target specific underscore "_" prefix<br>
> added to pragma(mangle, name)? thread.d uses<br>
> core.internal.traits.externDFunc. That is cause. For now I worked<br>
> around with:<br>
><br>
> pragma(mangle, "_"~mangleFunc!T(fqn)) mixin(decl);</p>
<p dir="ltr">That's interesting, it should do that for you automatically, there should be only one reason why that doesn't happen, and I don't use it for pragma mangle.</p>