Update ChangeLog from earlier patch.
authorCary Coutant <ccoutant@google.com>
Tue, 11 Feb 2014 19:25:11 +0000 (11:25 -0800)
committerCary Coutant <ccoutant@google.com>
Tue, 11 Feb 2014 19:26:37 +0000 (11:26 -0800)
gold/ChangeLog

index 32ac6f7..3ef176b 100644 (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.