aboutsummaryrefslogtreecommitdiff
path: root/gdb/cpu32bug-rom.c
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1995-05-12 20:52:11 +0000
committerStu Grossman <grossman@cygnus>1995-05-12 20:52:11 +0000
commit511ffbf219567dcb32d9a11c5e23333e243c9b81 (patch)
tree77de73f12f19d907180024156cfc915d8987ef41 /gdb/cpu32bug-rom.c
parent3f38a017be911b803f3a06d86dc77db6ccecc9f0 (diff)
downloadgdb-511ffbf219567dcb32d9a11c5e23333e243c9b81.zip
gdb-511ffbf219567dcb32d9a11c5e23333e243c9b81.tar.gz
gdb-511ffbf219567dcb32d9a11c5e23333e243c9b81.tar.bz2
* cpu32bug-rom.c remote-est.c rom68k-rom.c: Update line_term element.
Diffstat (limited to 'gdb/cpu32bug-rom.c')
-rw-r--r--gdb/cpu32bug-rom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cpu32bug-rom.c b/gdb/cpu32bug-rom.c
index 10b1491..dcf3bdf 100644
--- a/gdb/cpu32bug-rom.c
+++ b/gdb/cpu32bug-rom.c
@@ -140,7 +140,7 @@ static struct monitor_ops cpu32bug_cmds =
"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 */