* mon960-rom.c: Shorten the mon960_inits string to a single
authorMark Alexander <marka@cygnus>
Wed, 17 Jul 1996 14:00:46 +0000 (14:00 +0000)
committerMark Alexander <marka@cygnus>
Wed, 17 Jul 1996 14:00:46 +0000 (14:00 +0000)
carriage return; this prevents a hang on connecting immediately
after powerup, when MON960 is attempting autobaud detection.

gdb/ChangeLog
gdb/mon960-rom.c

index ceeec1209b727e6f59721af4d2721c180d0d8977..85c8aaa26a68783d9e32a13aec405f22b707fbf4 100644 (file)
@@ -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
index fcec6a25da6f3322be92853d6d8a396591be6fb2..0468a8b2cd55d2fb95cd9fc6b1a3ad5ea78e6b72 100644 (file)
@@ -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