diff options
author | Martin Liska <mliska@suse.cz> | 2019-07-22 14:23:32 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2019-07-23 12:47:16 +0200 |
commit | 8c728a9d93e2342c57039fcdd6e4a502875b9e09 (patch) | |
tree | d2496a3faac6bb4fc9a44483c8f01f00db590092 /ld/testsuite/ld-plugin/lto.exp | |
parent | df3a023bd614133fe69afb02cd0e8f3e590a36a9 (diff) | |
download | gdb-8c728a9d93e2342c57039fcdd6e4a502875b9e09.zip gdb-8c728a9d93e2342c57039fcdd6e4a502875b9e09.tar.gz gdb-8c728a9d93e2342c57039fcdd6e4a502875b9e09.tar.bz2 |
Remove tests that test __gnu_lto_v1 symbol.
ld/ChangeLog:
2019-07-22 Martin Liska <mliska@suse.cz>
* testsuite/ld-plugin/lto-3r.d: Remove.
* testsuite/ld-plugin/lto-5r.d: Remove.
* testsuite/ld-plugin/lto.exp: Do not run lto-3r and lto-5r
tests.
Diffstat (limited to 'ld/testsuite/ld-plugin/lto.exp')
-rw-r--r-- | ld/testsuite/ld-plugin/lto.exp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ld/testsuite/ld-plugin/lto.exp b/ld/testsuite/ld-plugin/lto.exp index e913c6f..b80de49 100644 --- a/ld/testsuite/ld-plugin/lto.exp +++ b/ld/testsuite/ld-plugin/lto.exp @@ -630,12 +630,6 @@ if { [at_least_gcc_version 4 7] } { } } -# Run "ld -r" to generate inputs for complex LTO tests. -run_dump_test "lto-3r" -remote_exec host "mv" "tmpdir/dump tmpdir/lto-3.o" -run_dump_test "lto-5r" -remote_exec host "mv" "tmpdir/dump tmpdir/lto-5.o" - run_cc_link_tests $lto_link_symbol_tests run_ld_link_tests [list \ |