* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / sim / testsuite / sim / fr30 / misc.exp
CommitLineData
3bf97905
DB
1# Miscellaneous FR30 simulator testcases
2
3if [istarget fr30*-*-*] {
4 # load support procs
5 # load_lib cgen.exp
6
7 # The .ms suffix is for "miscellaneous .s".
8 foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.ms]] {
9 # If we're only testing specific files and this isn't one of them,
10 # skip it.
11 if ![runtest_file_p $runtests $src] {
12 continue
13 }
14
15 run_sim_test $src
16 }
17}
This page took 0.028935 seconds and 4 git commands to generate.