]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gold/ChangeLog
gold: Skip some incremental tests
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 13 Oct 2020 12:22:55 +0000 (05:22 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 13 Oct 2020 12:23:13 +0000 (05:23 -0700)
commit6c0005b8f4a8bf5f239be761deee6e5ee4faa25e
tree338c19915ac1557dbcfb38157a068b9a997b3e36
parent29700bfff45955f1323573a8270625d38e9bdbb6
gold: Skip some incremental tests

Skip incremental_test_2, incremental_test_3, incremental_test_4,
incremental_test_5, incremental_copy_test, incremental_common_test_1
and incremental_comdat_test_1 when -fcf-protection is used to compile
gold since gold doesn't properly support -fcf-protection on Intel CET
enabled OS.

Also skip incremental_copy_test and incremental_comdat_test_1 for GCC 9
or later since they failed with GCC 9 or later.

PR gold/23539
* configure.ac: Check for GCC 9 or later and for -fcf-protection.
* configure: Regenerated.
* testsuite/Makefile.am (check_PROGRAMS): Skip incremental_test_2,
incremental_test_3, incremental_test_4, incremental_test_5,
incremental_copy_test, incremental_common_test_1 and
incremental_comdat_test_1 for -fcf-protection.  Also Skip
incremental_copy_test and incremental_comdat_test_1 for GCC 9 or
later.
* testsuite/Makefile.in: Regenerated.
gold/ChangeLog
gold/configure
gold/configure.ac
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in