summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/crx/allinsn.exp
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/crx/allinsn.exp')
-rw-r--r--binutils-2.17/gas/testsuite/gas/crx/allinsn.exp27
1 files changed, 0 insertions, 27 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/crx/allinsn.exp b/binutils-2.17/gas/testsuite/gas/crx/allinsn.exp
deleted file mode 100644
index f3f8ae80..00000000
--- a/binutils-2.17/gas/testsuite/gas/crx/allinsn.exp
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# Driver for CRX assembler testsuite
-#
-
-proc run_list_test { name opts } {
- global srcdir subdir
- set testname "CRX $name"
- set file $srcdir/$subdir/$name
- gas_run ${name}.s $opts ">&dump.out"
- if {[regexp_diff "dump.out" "${file}.l"] } {
- fail $testname
- verbose "output is [file_contents "dump.out"]" 2
- return
- }
- pass $testname
-}
-
-if ![istarget crx-*-*] {
- return
-}
-
-set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
-foreach test $test_list {
- # We need to strip the ".d", but can leave the dirname.
- verbose [file rootname $test]
- run_dump_test [file rootname $test]
-}