]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
ld testsuite output files
authorAlan Modra <amodra@gmail.com>
Thu, 29 Aug 2024 02:30:17 +0000 (12:00 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 29 Aug 2024 11:35:57 +0000 (21:05 +0930)
commit9459f695d3b79ac5509d8da8b1f4f7d68d91e840
tree00804b18c14e075c842850c193a8bd5fff15d5e3
parent35e273526b7d4e345bb77a042af093508dad57f4
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.
ld/testsuite/lib/ld-lib.exp