aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-bootstrap/bootstrap.exp
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-11-15 08:32:02 +0000
committerJan Beulich <jbeulich@novell.com>2005-11-15 08:32:02 +0000
commit9ab8018267fa3d466d8302aea29281dc121c5a52 (patch)
tree744e6eb67e9d780f3fecd64d1056e6e9f8493a0d /ld/testsuite/ld-bootstrap/bootstrap.exp
parent331e31641e5c53b8963537de87068a56f7a75dce (diff)
downloadfsf-binutils-gdb-9ab8018267fa3d466d8302aea29281dc121c5a52.zip
fsf-binutils-gdb-9ab8018267fa3d466d8302aea29281dc121c5a52.tar.gz
fsf-binutils-gdb-9ab8018267fa3d466d8302aea29281dc121c5a52.tar.bz2
binutils/testsuite/
2005-11-15 Jan Beulich <jbeulich@novell.com> * 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 <jbeulich@novell.com> * 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.
Diffstat (limited to 'ld/testsuite/ld-bootstrap/bootstrap.exp')
-rw-r--r--ld/testsuite/ld-bootstrap/bootstrap.exp3
1 files changed, 3 insertions, 0 deletions
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