commit | 9459f695d3b79ac5509d8da8b1f4f7d68d91e840 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Thu Aug 29 12:00:17 2024 +0930 |
committer | Alan Modra <amodra@gmail.com> | Thu Aug 29 21:05:57 2024 +0930 |
tree | 00804b18c14e075c842850c193a8bd5fff15d5e3 | |
parent | 35e273526b7d4e345bb77a042af093508dad57f4 [diff] |
ld testsuite output files In many cases the output of one run_cc_link_tests test is used as input for another test. I hit a case where some system change caused errors when compiling object files, but the old .so output from a previous test run was still there, and then was used in following tests. * testsuite/lib/ld-lib.exp (run_ld_link_tests): Delete output file before building. (run_ld_link_exec_tests, run_cc_link_tests): Likewise.