summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-25 18:44:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-25 18:44:04 +0000
commitc4328b222d303685d2d479a68bb79d0a9570a7c3 (patch)
tree8d86b76bf7619c5590d2c8ecc65b285b5b0394a3 /sim-scripts
parent433947e99bb80177ab6c9a11ebd114517bb0137f (diff)
2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* gdb-sim-run.in: Initialize bspRunsFailRandomly to default.
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/ChangeLog4
-rwxr-xr-xsim-scripts/gdb-sim-run.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index 41c4005..bbc2005 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,5 +1,9 @@
2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * gdb-sim-run.in: Initialize bspRunsFailRandomly to default.
+
+2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* .cvsignore, Makefile: Rename most qemu scripts to match the BSP name.
qemu-leon2 not renamed since we prefer tsim for it.
* pc386.in, qemuppc.in, uC5282.in: New files.
diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in
index fcb9c6d..b9752b7 100755
--- a/sim-scripts/gdb-sim-run.in
+++ b/sim-scripts/gdb-sim-run.in
@@ -134,7 +134,7 @@ bspSupportsDisplayAdapter="no"
bspSupportsNIC="no"
bspNeedsSttySane="yes"
bspNeedsTraceConversion="no"
-bspWritesZeroCoverage="no"
+bspRunsFailRandomly="no"
for v in 4.10 4.9 4.8 4.7 ""
do