summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-13 23:33:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-13 23:33:40 +0000
commitab8231e7b3ec9236983edd04dd479db26c7b8b27 (patch)
tree4914ce5ab29743c7576412931ec71aa954e93ae3 /sim-scripts
parent4af9ee09b8d76de2076b06cd7b832f8ed04e6170 (diff)
2010-01-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* qemuppc.in: Fix path and coverage output file name.
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/ChangeLog4
-rw-r--r--sim-scripts/qemuppc.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index ae8707b..99f8695 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * qemuppc.in: Fix path and coverage output file name.
+
2010-01-13 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* gdb-sim-run.in, pc386.in, qemu-gumstix.in, qemuppc.in, uC5282.in:
diff --git a/sim-scripts/qemuppc.in b/sim-scripts/qemuppc.in
index 8aa1404..ca133ce 100644
--- a/sim-scripts/qemuppc.in
+++ b/sim-scripts/qemuppc.in
@@ -7,7 +7,7 @@
bspUsesGDBSimulator="no"
# bspGeneratesGDBCommands="yes"
# bspSupportsGDBServerMode="yes"
-runBSP=${HOME}/qemu_coverage/install-11/bin/qemu-system-ppc
+runBSP=${HOME}/qemu-coverage/install/bin/qemu-system-ppc
if [ ! -r ${runBSP} ] ; then
runBSP=qemu-system-ppc
fi
@@ -16,7 +16,7 @@ bspNeedsDos2Unix="yes"
runARGS()
{
if [ ${coverage} = yes ] ; then
- COVERAGE_ARG="-trace ${1}.tra"
+ COVERAGE_ARG="-trace ${1}.cov"
fi
echo "-nographic -M prep -boot n -no-reboot ${COVERAGE_ARG} \