diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-10-22 06:10:08 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-10-22 07:03:59 -0700 |
commit | 6faad766e7515fe1b7e57d9d2857a9b661a98481 (patch) | |
tree | bd89ad84fc9f9bb5732baaf4fea6c35d69dbd4af /ld/ChangeLog | |
parent | 1bd57575dcb693d7fbda49bee44e81c20d1be7bf (diff) | |
download | binutils-6faad766e7515fe1b7e57d9d2857a9b661a98481.zip binutils-6faad766e7515fe1b7e57d9d2857a9b661a98481.tar.gz binutils-6faad766e7515fe1b7e57d9d2857a9b661a98481.tar.bz2 |
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=.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <hongjiu.lu@intel.com> + * 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 <hongjiu.lu@intel.com> + * testsuite/config/default.exp (NOLTO_CFLAGS): New. * ld/testsuite/ld-elfcomm/elfcomm.exp: Add $NOLTO_CFLAGS to CC. * testsuite/ld-elfvers/vers.exp: Likewise. |