This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


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 master updated. 4584ec12076e088cf36965b88ef8710ca85491f9


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, master has been updated
       via  4584ec12076e088cf36965b88ef8710ca85491f9 (commit)
      from  efec45729843f9b1864b2a9b491adff85304525a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

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

commit 4584ec12076e088cf36965b88ef8710ca85491f9
Author: H.J. Lu <hjl.tools@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.

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

Summary of changes:
 bfd/ChangeLog                                      |    8 ++++
 bfd/elflink.c                                      |   13 ++++--
 ld/testsuite/ChangeLog                             |   14 ++++++
 ld/testsuite/{ld-elf => ld-ifunc}/dummy.c          |    0
 ld/testsuite/ld-ifunc/ifunc.exp                    |   45 ++++++++++++++++++++
 .../{ld-elf/dl1.out => ld-ifunc/pr16467.out}       |    0
 ld/testsuite/ld-ifunc/pr16467a.c                   |    5 ++
 ld/testsuite/ld-ifunc/pr16467a.map                 |    4 ++
 ld/testsuite/ld-ifunc/pr16467b.c                   |    7 +++
 ld/testsuite/ld-ifunc/pr16467b.map                 |    4 ++
 ld/testsuite/ld-ifunc/pr16467c.c                   |    9 ++++
 11 files changed, 104 insertions(+), 5 deletions(-)
 copy ld/testsuite/{ld-elf => ld-ifunc}/dummy.c (100%)
 copy ld/testsuite/{ld-elf/dl1.out => ld-ifunc/pr16467.out} (100%)
 create mode 100644 ld/testsuite/ld-ifunc/pr16467a.c
 create mode 100644 ld/testsuite/ld-ifunc/pr16467a.map
 create mode 100644 ld/testsuite/ld-ifunc/pr16467b.c
 create mode 100644 ld/testsuite/ld-ifunc/pr16467b.map
 create mode 100644 ld/testsuite/ld-ifunc/pr16467c.c


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]