What gcc to use for gdc master?

Iain Buclaw via D.gnu d.gnu at puremagic.com
Sat Jun 6 09:57:26 PDT 2015


On 6 June 2015 at 18:54, Dan Olson via D.gnu <d.gnu at puremagic.com> wrote:

> "Iain Buclaw via D.gnu" <d.gnu at puremagic.com> writes:
>
> > Alas, after looking at backend, it turns out that the answer is no.
> >
> > In the glue sources (d-decls.cc), replace 'set_user_assembler_name'
> > with 'SET_DECL_ASSEMBLER_NAME' and rebuild the module without your
> > workaround.
>
> Ok, that works for data.  Functions (stuff in text section) still
> missing _.  Is that handled by same function? (VarDeclaration::toSymbol)
>


There are two uses of set_user_assembler_name in d-decls.cc.  One for
variables, the other for functions. ;-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20150606/90744b15/attachment.html>


More information about the D.gnu mailing list