diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-01-29 04:54:57 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-01-29 04:55:23 -0800 |
commit | 98d72909f8f216fb9fc4d7c2c8e48dbe2823cd0b (patch) | |
tree | e357718d8f39db126db36a047097f42c3467f68a /ld/ChangeLog | |
parent | eb77f6a4621795367a39cdd30957903af9dbb815 (diff) | |
download | gdb-98d72909f8f216fb9fc4d7c2c8e48dbe2823cd0b.zip gdb-98d72909f8f216fb9fc4d7c2c8e48dbe2823cd0b.tar.gz gdb-98d72909f8f216fb9fc4d7c2c8e48dbe2823cd0b.tar.bz2 |
ld: Skip unsupported static executable tests
Skip static executable tests if static executable is unsupported.
Tested on Linux/x86 without libc.a.
PR ld/22732
* testsuite/config/default.exp (STATIC_LDFLAGS): New. Set to
"-static" if target compiler supports it.
* testsuite/ld-bootstrap/bootstrap.exp: Skip static executable
tests if target compiler doesn't support it.
* testsuite/ld-ifunc/ifunc.exp: Likewise.
* testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Likewise.
(run_cc_link_tests): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d1de698..fe0e8ff 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +2018-01-29 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/22732 + * testsuite/config/default.exp (STATIC_LDFLAGS): New. Set to + "-static" if target compiler supports it. + * testsuite/ld-bootstrap/bootstrap.exp: Skip static executable + tests if target compiler doesn't support it. + * testsuite/ld-ifunc/ifunc.exp: Likewise. + * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Likewise. + (run_cc_link_tests): Likewise. + 2018-01-27 H.J. Lu <hongjiu.lu@intel.com> PR ld/22751 |