summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 23:05:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 23:05:58 +0000
commit540c746db9c115cef48163616e07f32a7e9d9b3a (patch)
tree265a0ae532f185f91f011326166a0038e905a68a /c
parent2006-11-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-540c746db9c115cef48163616e07f32a7e9d9b3a.tar.bz2
2006-11-17 Joel Sherrill <joel@OARcorp.com>
* runtest: Correct tool name to match 4.7.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/tools/ChangeLog4
-rwxr-xr-xc/src/lib/libbsp/powerpc/psim/tools/runtest5
2 files changed, 6 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/tools/ChangeLog b/c/src/lib/libbsp/powerpc/psim/tools/ChangeLog
index ccb12e016c..10a210a03c 100644
--- a/c/src/lib/libbsp/powerpc/psim/tools/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/psim/tools/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-17 Joel Sherrill <joel@OARcorp.com>
+
+ * runtest: Correct tool name to match 4.7.
+
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
diff --git a/c/src/lib/libbsp/powerpc/psim/tools/runtest b/c/src/lib/libbsp/powerpc/psim/tools/runtest
index 2356468927..28a01dfb8e 100755
--- a/c/src/lib/libbsp/powerpc/psim/tools/runtest
+++ b/c/src/lib/libbsp/powerpc/psim/tools/runtest
@@ -85,8 +85,7 @@ logdir=log
update_on_tick="no"
max_run_time=$((5 * 60))
using_print_buffer="yes"
-#simulator=/usr1/rtems/work/ada/4.00/ppc_src/b-gdb/sim/ppc/run
-simulator=powerpc-rtems-run
+simulator=powerpc-rtems4.7-run
instruction_limit=1000000000
sizeof_ram=8388608
@@ -239,7 +238,7 @@ do
# Don't need to make sure it won't run forever... since there is
# an instruction count limit
- #powerpc-rtems-run $extra_options -c ${instruction_limit} \
+ #powerpc-rtems4.7-run $extra_options -c ${instruction_limit} \
# -f ${devicefile} $tfile | sed -e 's/ //' -e '/^$/d' > ${logfile}
${simulator} $extra_options -c ${instruction_limit} \