* cpu32bug-rom.c remote-est.c rom68k-rom.c: Update line_term element.

This commit is contained in:
Stu Grossman 1995-05-12 20:52:11 +00:00
parent 3f38a017be
commit 511ffbf219
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
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) Fri May 12 06:39:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* partial-stab.h: Expand comments. * partial-stab.h: Expand comments.

View File

@ -140,7 +140,7 @@ static struct monitor_ops cpu32bug_cmds =
"lo\r", /* download command */ "lo\r", /* download command */
"lo\r\n", /* load response */ "lo\r\n", /* load response */
"CPU32Bug>", /* monitor command prompt */ "CPU32Bug>", /* monitor command prompt */
NULL, /* end-of-command delimitor */ "\r", /* end-of-line terminator */
NULL, /* optional command terminator */ NULL, /* optional command terminator */
&cpu32bug_ops, /* target operations */ &cpu32bug_ops, /* target operations */
SERIAL_1_STOPBITS, /* number of stop bits */ SERIAL_1_STOPBITS, /* number of stop bits */

View File

@ -143,7 +143,7 @@ static struct monitor_ops est_cmds =
"dl\r", /* download command */ "dl\r", /* download command */
"+", /* load response */ "+", /* load response */
">BKM>", /* monitor command prompt */ ">BKM>", /* monitor command prompt */
NULL, /* end-of-command delimitor */ "\r", /* end-of-line terminator */
NULL, /* optional command terminator */ NULL, /* optional command terminator */
&est_ops, /* target operations */ &est_ops, /* target operations */
SERIAL_1_STOPBITS, /* number of stop bits */ SERIAL_1_STOPBITS, /* number of stop bits */

View File

@ -142,7 +142,7 @@ static struct monitor_ops rom68k_cmds =
"dc\r", /* download command */ "dc\r", /* download command */
"Waiting for S-records from host... ", /* Load response */ "Waiting for S-records from host... ", /* Load response */
"ROM68K :->", /* monitor command prompt */ "ROM68K :->", /* monitor command prompt */
"=", /* end-of-command delimitor */ "\r", /* end-of-line terminator */
".\r", /* optional command terminator */ ".\r", /* optional command terminator */
&rom68k_ops, /* target operations */ &rom68k_ops, /* target operations */
SERIAL_1_STOPBITS, /* number of stop bits */ SERIAL_1_STOPBITS, /* number of stop bits */