This is the mail archive of the src-cvs@sourceware.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch hjl/pr16467 created. 78f197b88d6c6b0939a43af4f0381c959ea7e70d


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, hjl/pr16467 has been created
        at  78f197b88d6c6b0939a43af4f0381c959ea7e70d (commit)

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=78f197b88d6c6b0939a43af4f0381c959ea7e70d

commit 78f197b88d6c6b0939a43af4f0381c959ea7e70d
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun Jan 19 17:25:00 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.

-----------------------------------------------------------------------


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]