summaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2020-12-13 16:50:13 -0800
committerCary Coutant <ccoutant@gmail.com>2020-12-13 16:50:52 -0800
commitf22318ef0db86d623e11efbd8936430f38484f69 (patch)
tree91f127e7e030225710b6ca4316e9dc640a538c3b /gold/ChangeLog
parent70759921d8af8eec641d4131f2a4f9367e1caa84 (diff)
downloadbinutils-gdb-f22318ef0db86d623e11efbd8936430f38484f69.tar.gz
Re-enable incremental tests that were failing with GCC 9+.
gold/ PR gold/23539 PR gold/24123 * testsuite/Makefile.am (incremental_copy_test): Re-enable for GCC 9+. (incremental_comdat_test_1): Likewise. * testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 0f052cc46a3..533736b9559 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,6 +1,14 @@
2020-12-13 Cary Coutant <ccoutant@gmail.com>
PR gold/23539
+ PR gold/24123
+ * testsuite/Makefile.am (incremental_copy_test): Re-enable for GCC 9+.
+ (incremental_comdat_test_1): Likewise.
+ * testsuite/Makefile.in: Regenerate.
+
+2020-12-13 Cary Coutant <ccoutant@gmail.com>
+
+ PR gold/23539
* object.cc (Sized_relobj_file::layout_gnu_property_section): Ignore
Gnu properties during incremental links.