diff options
author | Cary Coutant <ccoutant@gmail.com> | 2020-12-13 16:50:13 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2020-12-13 16:50:52 -0800 |
commit | f22318ef0db86d623e11efbd8936430f38484f69 (patch) | |
tree | 91f127e7e030225710b6ca4316e9dc640a538c3b /gold/ChangeLog | |
parent | 70759921d8af8eec641d4131f2a4f9367e1caa84 (diff) | |
download | gdb-f22318ef0db86d623e11efbd8936430f38484f69.zip gdb-f22318ef0db86d623e11efbd8936430f38484f69.tar.gz gdb-f22318ef0db86d623e11efbd8936430f38484f69.tar.bz2 |
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/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 0f052cc..533736b 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. |