summaryrefslogtreecommitdiff
path: root/sim-scripts/m32rsim.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim-scripts/m32rsim.in')
-rw-r--r--sim-scripts/m32rsim.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/sim-scripts/m32rsim.in b/sim-scripts/m32rsim.in
deleted file mode 100644
index fe2b7ce..0000000
--- a/sim-scripts/m32rsim.in
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# M32R/m32rsim Support
-#
-
-runARGS()
-{
- echo ${1}
-}
-checkBSPFaults()
-{
- return 0
-}
-
-bspLimit()
-{
- testname=$1
- case ${testname} in
- *stackchk*)limit=5 ;;
- *fatal*) limit=1 ;;
- *minimum*) limit=1 ;;
- *psxtime*) limit=180 ;;
- *) limit=60 ;;
- esac
- echo ${limit}
-}