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 <hjl.to...@gmail.com>
Date:   Tue Jan 21 15:42:43 2014 -0800

    Check incompatible existing default symbol definition

    After resolving a versioned reference, foo@VER1, 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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to