diff options
author | Stu Grossman <grossman@cygnus> | 1995-05-12 20:52:11 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-05-12 20:52:11 +0000 |
commit | 511ffbf219567dcb32d9a11c5e23333e243c9b81 (patch) | |
tree | 77de73f12f19d907180024156cfc915d8987ef41 /gdb/remote-est.c | |
parent | 3f38a017be911b803f3a06d86dc77db6ccecc9f0 (diff) | |
download | gdb-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/remote-est.c')
-rw-r--r-- | gdb/remote-est.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-est.c b/gdb/remote-est.c index c34d52a..6074ee0 100644 --- a/gdb/remote-est.c +++ b/gdb/remote-est.c @@ -143,7 +143,7 @@ static struct monitor_ops est_cmds = "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 */ |