diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-02-22 01:20:48 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-02-22 01:20:48 +0000 |
commit | 35399224a1844ef745704878db6ecc83d350386d (patch) | |
tree | 947a54ed3d1e69e22b78a17eada5d81225f81019 /ld/testsuite/ChangeLog | |
parent | 757b8d94056f339ccb81836bdc781bcf6a90dc38 (diff) | |
download | gdb-35399224a1844ef745704878db6ecc83d350386d.zip gdb-35399224a1844ef745704878db6ecc83d350386d.tar.gz gdb-35399224a1844ef745704878db6ecc83d350386d.tar.bz2 |
Set unique_global only for definition
bfd/
PR ld/15167
* elf64-ia64-vms.c (elf64_vms_link_add_object_symbols): Set
unique_global only for definition.
* elflink.c (_bfd_elf_merge_symbol): Don't set unique_global
here.
(elf_link_add_object_symbols): Set unique_global only
for definition.
ld/testsuite/
PR ld/15167
* ld-unique/unique.exp: Add a test for shared library with
reference.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6d034f8..07a01a8 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +013-02-21 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/15167 + * ld-unique/unique.exp: Add a test for shared library with + reference. + 2013-02-19 Maciej W. Rozycki <macro@codesourcery.com> * lib/ld-lib.exp (run_ld_link_tests): Add another argument, pass |