repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
loongson buffer overflow
[binutils-gdb.git]
/
sim
/
testsuite
/
lm32
/
allinsn.exp
blob
67c70ecadd1b7822a05e11771f497976301ae7e0
1
# lm32 simulator testsuite
2
3
sim_init
4
5
# all machines
6
set all_machs "lm32"
7
8
foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.s]] {
9
# If we're only testing specific files and this isn't one of them, skip it.
10
if ![runtest_file_p $runtests $src] {
11
continue
12
}
13
run_sim_test $src $all_machs
14
}