bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/16467] ld fails with internal error in elf_x86_64_relocate_secti


From: hjl.tools at gmail dot com
Subject: [Bug ld/16467] ld fails with internal error in elf_x86_64_relocate_section when .symver and ifunc magic is used
Date: Tue, 21 Jan 2014 23:53:31 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=16467

--- Comment #13 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed on master by:

commit 4584ec12076e088cf36965b88ef8710ca85491f9
Author: H.J. Lu <address@hidden>
Date:   Tue Jan 21 15:42:43 2014 -0800

    Check incompatible existing default symbol definition

    After resolving a versioned reference, address@hidden, to a default 
versioned
    definition, foo@@VER1, from a shared object, we also merge it with
    the existing regular default symbol definition, foo.  When foo is IFUNC
    and foo@@VER1 aren't, we will merge 2 incompatible definitions.  This
    patch avoids merging foo@@VER1 definition with foo definition if
    one is IFUNC and the other isn't.

-- 
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]