PowerPC64 .branch_lt address
[binutils-gdb.git] / sim / testsuite / h8300 / allinsn.exp
1 # Hitachi H8/300 (h, s, sx) simulator testsuite
2
3 sim_init
4
5 set all_machs "h8300 h8300h h8300s h8sx"
6
7 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
8 # If we're only testing specific files and this isn't one of them, skip it.
9 if ![runtest_file_p $runtests $src] {
10 continue
11 }
12 run_sim_test $src $all_machs
13 }