aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.am
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/testsuite/Makefile.am
parent70759921d8af8eec641d4131f2a4f9367e1caa84 (diff)
downloadbinutils-f22318ef0db86d623e11efbd8936430f38484f69.zip
binutils-f22318ef0db86d623e11efbd8936430f38484f69.tar.gz
binutils-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/testsuite/Makefile.am')
-rw-r--r--gold/testsuite/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am
index 39909de..72a296f 100644
--- a/gold/testsuite/Makefile.am
+++ b/gold/testsuite/Makefile.am
@@ -3286,10 +3286,8 @@ incremental_test_6: two_file_test_1.o two_file_test_1b_v1.o two_file_test_1b.o \
$(CXXLINK) -Wl,--incremental-update -Wl,-z,norelro,-no-pie two_file_test_main.o -Wl,--incremental-unchanged two_file_test_6.a -Wl,--incremental-unknown
if !CFLAGS_CF_PROTECTION
-if !GCC9
check_PROGRAMS += incremental_copy_test
endif
-endif
incremental_copy_test: copy_test_v1.o copy_test.o copy_test_1.so copy_test_2.so
cp -f copy_test_v1.o copy_test_tmp.o
$(CXXLINK) -Wl,--incremental-full,--incremental-patch=100 -Wl,-z,norelro,-no-pie -Wl,-R,. -Wl,--no-as-needed copy_test_tmp.o copy_test_1.so copy_test_2.so
@@ -3312,10 +3310,8 @@ common_test_1_v2.o: common_test_1_v2.c
$(COMPILE) -c $(COMMON_TEST_C_CFLAGS) -o $@ $<
if !CFLAGS_CF_PROTECTION
-if !GCC9
check_PROGRAMS += incremental_comdat_test_1
endif
-endif
incremental_comdat_test_1: incr_comdat_test_1.o incr_comdat_test_2_v1.o incr_comdat_test_2_v2.o incr_comdat_test_2_v3.o gcctestdir/ld
cp -f incr_comdat_test_2_v1.o incr_comdat_test_1_tmp.o
$(CXXLINK) -Wl,--incremental-full,--incremental-patch=100 -Wl,-z,norelro,-no-pie incr_comdat_test_1.o incr_comdat_test_1_tmp.o