diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-04-10 07:36:06 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-04-10 07:36:06 +0000 |
commit | c39cd01b14fe5b9f7cf8e5fa6c31cf16bdd9a4e3 (patch) | |
tree | 326fb6cabd9be2c25b2d8c0591cfdb0d399be59c | |
parent | d1f32b4e46fb170bf1ac11ae70984d494e48cb9a (diff) | |
download | gdb-c39cd01b14fe5b9f7cf8e5fa6c31cf16bdd9a4e3.zip gdb-c39cd01b14fe5b9f7cf8e5fa6c31cf16bdd9a4e3.tar.gz gdb-c39cd01b14fe5b9f7cf8e5fa6c31cf16bdd9a4e3.tar.bz2 |
(test_template_insn): Delete .s/.d files afterwards.
(main body): Run ld, st tests.
-rw-r--r-- | gas/testsuite/gas/arc/arc.exp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gas/testsuite/gas/arc/arc.exp b/gas/testsuite/gas/arc/arc.exp index 0c820bb..a8233b0 100644 --- a/gas/testsuite/gas/arc/arc.exp +++ b/gas/testsuite/gas/arc/arc.exp @@ -65,6 +65,9 @@ proc test_template_insn { cpu tmpl opcode icode } { # Finally, run the test. run_dump_test $objdir/$opcode + + # "make clean" won't delete these, so for now we must. + catch "exec rm -f $objdir/$opcode.s $objdir/$opcode.d" } # Run the tests. @@ -103,12 +106,10 @@ if [istarget arc*-*-*] then { test_template_insn base insn3 extw 8 run_dump_test "flag" - -# run_dump_test "ld" -# run_dump_test "lr" # run_dump_test "nop" -# run_dump_test "st" -# run_dump_test "sr" + + run_dump_test "ld" + run_dump_test "st" # Host extension instructions run_dump_test "mul64" |