Re: [PATCH 3/7] [D] libiberty: Recognize anonymous symbols names.

2017-04-24 Thread Jeff Law
On 04/15/2017 09:21 AM, Iain Buclaw wrote: This implements another previously undocumented part of the D ABI spec, where symbols with no name are always encoded into the mangled name. SymbolName: LName TemplateInstanceName 0 // anonymous symbols This

[PATCH 3/7] [D] libiberty: Recognize anonymous symbols names.

2017-04-15 Thread Iain Buclaw
This implements another previously undocumented part of the D ABI spec, where symbols with no name are always encoded into the mangled name. SymbolName: LName TemplateInstanceName 0 // anonymous symbols This has never really been a problem, as strtol() kind