Re: [PATCH 3/3] [D] libiberty: Prefix mangled D initializer symbols

2017-05-28 Thread Iain Buclaw
On 26 May 2017 at 20:20, Ian Lance Taylor wrote: > On Fri, May 26, 2017 at 9:08 AM, Iain Buclaw wrote: >> This is instead of adding a `.init$' postfix, which gave it a >> property-style name. My rationale being that "initializer for symbol" >> is much more informative when inspecting D runtime t

Re: [PATCH 3/3] [D] libiberty: Prefix mangled D initializer symbols

2017-05-26 Thread Ian Lance Taylor via gcc-patches
On Fri, May 26, 2017 at 9:08 AM, Iain Buclaw wrote: > This is instead of adding a `.init$' postfix, which gave it a > property-style name. My rationale being that "initializer for symbol" > is much more informative when inspecting D runtime type information in > gdb, which is the only place where

[PATCH 3/3] [D] libiberty: Prefix mangled D initializer symbols

2017-05-26 Thread Iain Buclaw
This is instead of adding a `.init$' postfix, which gave it a property-style name. My rationale being that "initializer for symbol" is much more informative when inspecting D runtime type information in gdb, which is the only place where you would encounter references to this compiler-generated sy