summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-31 20:43:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-31 20:43:57 +0000
commitf0bba1debc8b461c80c95610df8795c3f88c196a (patch)
treef6fb4c5e06fd9f6e5174464ac1bb7bb0cd7d0aeb /sim-scripts
parentdbe98a8843b740df4697642e75b3d3eca5ea6dc4 (diff)
2011-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* gdb-sim.in: Default bspDoTrace variable to no. * qemuppc.in: Update arguments to match newer qemu.
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/ChangeLog5
-rwxr-xr-xsim-scripts/gdb-sim.in1
-rw-r--r--sim-scripts/qemuppc.in4
3 files changed, 8 insertions, 2 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index a9c7451..b246a23 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * gdb-sim.in: Default bspDoTrace variable to no.
+ * qemuppc.in: Update arguments to match newer qemu.
+
2011-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* gdb-sim.in: Initialize doTrace variable.
diff --git a/sim-scripts/gdb-sim.in b/sim-scripts/gdb-sim.in
index 0ed3f12..7ad5650 100755
--- a/sim-scripts/gdb-sim.in
+++ b/sim-scripts/gdb-sim.in
@@ -96,6 +96,7 @@ bspGeneratesGDBCommands="no"
bspGeneratesDeviceTree="no"
bspSupportsLCD="no"
bspSupportsTCPIP="no"
+bspDoTrace="no"
###################################################################
###################################################################
diff --git a/sim-scripts/qemuppc.in b/sim-scripts/qemuppc.in
index ca12305..3146958 100644
--- a/sim-scripts/qemuppc.in
+++ b/sim-scripts/qemuppc.in
@@ -1,5 +1,5 @@
#
-# m68k/uc5282 Qemu Support
+# PowerPC/QemuPPC BSP Qemu Support
#
# $Id$
#
@@ -16,7 +16,7 @@ bspNeedsDos2Unix="yes"
runARGS()
{
if [ ${coverage} = yes ] ; then
- COVERAGE_ARG="-trace ${1}.cov"
+ COVERAGE_ARG="--exec-trace ${1}.cov"
fi
echo "-nographic -M prep -boot n -no-reboot ${COVERAGE_ARG} \