aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Alexander <marka@cygnus>1996-07-17 14:00:46 +0000
committerMark Alexander <marka@cygnus>1996-07-17 14:00:46 +0000
commit2531b169ee70e1782a02fb3f42b2b9d0b3cce39f (patch)
tree18fbe71aa5b4613c4c1d82830beea9aaa5d944bb
parent4b2ef5d8bffe5a2385bfe07aa0ca1776919e381b (diff)
downloadfsf-binutils-gdb-2531b169ee70e1782a02fb3f42b2b9d0b3cce39f.zip
fsf-binutils-gdb-2531b169ee70e1782a02fb3f42b2b9d0b3cce39f.tar.gz
fsf-binutils-gdb-2531b169ee70e1782a02fb3f42b2b9d0b3cce39f.tar.bz2
* mon960-rom.c: Shorten the mon960_inits string to a single
carriage return; this prevents a hang on connecting immediately after powerup, when MON960 is attempting autobaud detection.
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/mon960-rom.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ceeec12..85c8aaa 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jul 17 06:54:50 1996 Mark Alexander <marka@cygnus.com>
+
+ * mon960-rom.c: Shorten the mon960_inits string to a single
+ carriage return; this prevents a hang on connecting immediately
+ after powerup, when MON960 is attempting autobaud detection.
+
Tue Jul 16 23:47:04 1996 Mark Alexander <marka@cygnus.com>
* a29k-tdep.c (get_saved_register): Allow PC to be modified
diff --git a/gdb/mon960-rom.c b/gdb/mon960-rom.c
index fcec6a2..0468a8b 100644
--- a/gdb/mon960-rom.c
+++ b/gdb/mon960-rom.c
@@ -149,7 +149,7 @@ static char *mon960_regnames[NUM_REGS];
/* need to pause the monitor for timing reasons, so slow it down */
-#if 1
+#if 0
/* FIXME: this extremely long init string causes MON960 to return two NAKS
instead of performing the autobaud recognition, at least when gdb
is running on Linux. The short string below works on Linux, and on