]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gold/testsuite/Makefile.in
2010-08-12 Cary Coutant <ccoutant@google.com>
authorDoug Kwan <dougkwan@google.com>
Fri, 13 Aug 2010 00:18:19 +0000 (00:18 +0000)
committerDoug Kwan <dougkwan@google.com>
Fri, 13 Aug 2010 00:18:19 +0000 (00:18 +0000)
commit74f67560959c1ba65f6be4571d846b759522fcd5
tree4fe9c88f4c8f983f92e2ce4ea93a411cf6ee15f9
parente06bb621dfe6e7877c3f53c9c8d8ee4bee2c0268
2010-08-12  Cary Coutant  <ccoutant@google.com>
    Doug Kwan  <dougkwan@google.com>

* resolve.cc (Symbol_table::should_override): When a weak dynamic
defintion overrides non-weak undef, remember that the original undef
is not weak.
* symtab.cc (Symbol_table::sized_write_global): For undef without
an original weak binding, set binding to global in output.
* testsuite/Makefile.am: Add new test strong_ref_weak_def.
* testsuite/Makefile.in: Regenerate.
* testsuite/strong_ref_weak_def.sh: New file.
* testsuite/strong_ref_weak_def_1.c: Ditto.
* testsuite/strong_ref_weak_def_2.c: Ditto.
gold/ChangeLog
gold/resolve.cc
gold/symtab.cc
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in
gold/testsuite/strong_ref_weak_def.sh [new file with mode: 0755]
gold/testsuite/strong_ref_weak_def_1.c [new file with mode: 0644]
gold/testsuite/strong_ref_weak_def_2.c [new file with mode: 0644]