Re: [c++ demangle, trans-mem, pr47952] Demangle cdtor group names
OK. Jason
[c++ demangle, trans-mem, pr47952] Demangle cdtor group names
The ELF group name for cdtors is mangled differently from the actual constructors, so that both the complete object ctor and the base object ctor are both taken from the same object file when duplicate link-once sections are discarded. Bizzarely, one can't actually dump full group names, so one ca