Replace rdrnd with rdrand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / crx / allinsn.exp
CommitLineData
42851540
NC
1#
2# Driver for CRX assembler testsuite
3#
4
42851540
NC
5if ![istarget crx-*-*] {
6 return
7}
8
9set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
10foreach test $test_list {
11 # We need to strip the ".d", but can leave the dirname.
12 verbose [file rootname $test]
13 run_dump_test [file rootname $test]
14}
This page took 0.319813 seconds and 4 git commands to generate.