<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 6 June 2015 at 18:54, Dan Olson via D.gnu <span dir="ltr"><<a href="mailto:d.gnu@puremagic.com" target="_blank">d.gnu@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">"Iain Buclaw via D.gnu" <<a href="mailto:d.gnu@puremagic.com">d.gnu@puremagic.com</a>> writes:<br>
<br>
</span><span class="">> Alas, after looking at backend, it turns out that the answer is no.<br>
><br>
> In the glue sources (d-decls.cc), replace 'set_user_assembler_name'<br>
> with 'SET_DECL_ASSEMBLER_NAME' and rebuild the module without your<br>
> workaround.<br>
<br>
</span>Ok, that works for data.  Functions (stuff in text section) still<br>
missing _.  Is that handled by same function? (VarDeclaration::toSymbol)<br>
</blockquote></div><br><br></div><div class="gmail_extra">There are two uses of set_user_assembler_name in d-decls.cc.  One for variables, the other for functions. ;-)<br></div><div class="gmail_extra"><br></div></div>