+Fri May 12 13:48:41 1995 Stu Grossman (grossman@andros.cygnus.com)
+
+ * cpu32bug-rom.c remote-est.c rom68k-rom.c: Update line_term element.
+
Fri May 12 06:39:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* partial-stab.h: Expand comments.
"lo\r", /* download command */
"lo\r\n", /* load response */
"CPU32Bug>", /* monitor command prompt */
- NULL, /* end-of-command delimitor */
+ "\r", /* end-of-line terminator */
NULL, /* optional command terminator */
&cpu32bug_ops, /* target operations */
SERIAL_1_STOPBITS, /* number of stop bits */
"dl\r", /* download command */
"+", /* load response */
">BKM>", /* monitor command prompt */
- NULL, /* end-of-command delimitor */
+ "\r", /* end-of-line terminator */
NULL, /* optional command terminator */
&est_ops, /* target operations */
SERIAL_1_STOPBITS, /* number of stop bits */
"dc\r", /* download command */
"Waiting for S-records from host... ", /* Load response */
"ROM68K :->", /* monitor command prompt */
- "=", /* end-of-command delimitor */
+ "\r", /* end-of-line terminator */
".\r", /* optional command terminator */
&rom68k_ops, /* target operations */
SERIAL_1_STOPBITS, /* number of stop bits */