From 9ab8018267fa3d466d8302aea29281dc121c5a52 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 15 Nov 2005 08:32:02 +0000 Subject: binutils/testsuite/ 2005-11-15 Jan Beulich * config/default.exp (link_or_copy): New. Use it for setting up assembler and linker for the compiler to use. ld/testsuite/ 2005-11-15 Jan Beulich * ld-bootstrap/bootstrap.exp: Delete ld-partial.o and ld[123]* after test. * ld-elf/elf.exp: Delete preinit, init, and fini after test. * ld-elf/sec64k.exp: Use macro and repeat in generated source files. Delete object files after test. --- ld/testsuite/ld-bootstrap/bootstrap.exp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ld/testsuite/ld-bootstrap/bootstrap.exp') diff --git a/ld/testsuite/ld-bootstrap/bootstrap.exp b/ld/testsuite/ld-bootstrap/bootstrap.exp index 6faa6d6..58cb969 100644 --- a/ld/testsuite/ld-bootstrap/bootstrap.exp +++ b/ld/testsuite/ld-bootstrap/bootstrap.exp @@ -169,3 +169,6 @@ foreach flags {"" "strip" "--static" "--traditional-format" fail $testname } } + +catch "exec rm -f tmpdir/ld-partial.o tmpdir/ld1 tmpdir/ld2 tmpdir/ld3" status +catch "exec rm -f tmpdir/ld1tail tmpdir/ld2tail tmpdir/ld3tail" status -- cgit v1.1