https://sourceware.org/bugzilla/show_bug.cgi?id=26094
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
Adding
h->verinfo.verdef = NULL;
to bfd_elf_define_start_stop makes the invalid use of the verinfo.verdef as a
verinfo.vertree go away. (verdef is only valid when !def_regular).
But that leaves you with a really odd
5: 0000000000004010 8 OBJECT GLOBAL PROTECTED 24
__start_FOO@@SOME_VERSION_NAME
in main.
--
You are receiving this mail because:
You are on the CC list for the bug.
