From 6faad766e7515fe1b7e57d9d2857a9b661a98481 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 22 Oct 2020 06:10:08 -0700 Subject: ld: Skip bootstrap tests for -fprofile-generate= Make plug_opt available to all linker tests. Skip bootstrap tests when linker is compiled with -fprofile-generate=. * testsuite/ld-plugin/lto.exp (plug_opt): Moved to ... * testsuite/config/default.exp (plug_opt): Here. New. * testsuite/ld-bootstrap/bootstrap.exp: Skip when linker is compiled with -fprofile-generate=. --- ld/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ld/ChangeLog') diff --git a/ld/ChangeLog b/ld/ChangeLog index 2e6cfd4..540ebae7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,12 @@ 2020-10-22 H.J. Lu + * testsuite/ld-plugin/lto.exp (plug_opt): Moved to ... + * testsuite/config/default.exp (plug_opt): Here. New. + * testsuite/ld-bootstrap/bootstrap.exp: Skip when linker is + compiled with -fprofile-generate=. + +2020-10-22 H.J. Lu + * testsuite/config/default.exp (NOLTO_CFLAGS): New. * ld/testsuite/ld-elfcomm/elfcomm.exp: Add $NOLTO_CFLAGS to CC. * testsuite/ld-elfvers/vers.exp: Likewise. -- cgit v1.1