Update ChangeLog from earlier patch.

This commit is contained in:
Cary Coutant 2014-02-11 11:25:11 -08:00
parent 7d0edd4bb6
commit dd0c4e70fe

View file

@ -2,6 +2,18 @@
* po/gold.pot: Regenerate.
2014-02-06 Cary Coutant <ccoutant@google.com>
Fix problem where -u is ignored when a weak undef is seen.
* archive.cc (Library_base::should_include_member): Reorder
code to check for -u option if a weak undef has already been seen.
* testsuite/Makefile.am (weak_undef_test_2): New test case.
* testsuite/Makefile.in: Regenerate.
* testsuite/weak_undef_file3.cc: New file.
* testsuite/weak_undef_file4.cc: New file.
* testsuite/weak_undef_test_2.cc: New file.
2014-02-05 Cary Coutant <ccoutant@google.com>
Fix issues with gold undefined symbol diagnostics.