bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/26094] Corrupt version table generated


From: amodra at gmail dot com
Subject: [Bug ld/26094] Corrupt version table generated
Date: Tue, 09 Jun 2020 13:49:46 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]