aboutsummaryrefslogtreecommitdiff
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
parent3f38a017be911b803f3a06d86dc77db6ccecc9f0 (diff)
downloadfsf-binutils-gdb-511ffbf219567dcb32d9a11c5e23333e243c9b81.zip
fsf-binutils-gdb-511ffbf219567dcb32d9a11c5e23333e243c9b81.tar.gz
fsf-binutils-gdb-511ffbf219567dcb32d9a11c5e23333e243c9b81.tar.bz2
* cpu32bug-rom.c remote-est.c rom68k-rom.c: Update line_term element.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/cpu32bug-rom.c2
-rw-r--r--gdb/remote-est.c2
-rw-r--r--gdb/rom68k-rom.c2
4 files changed, 7 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5887bad..bc84713 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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)
* partial-stab.h: Expand comments.
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 */
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 */
diff --git a/gdb/rom68k-rom.c b/gdb/rom68k-rom.c
index 399b747..d628c6e 100644
--- a/gdb/rom68k-rom.c
+++ b/gdb/rom68k-rom.c
@@ -142,7 +142,7 @@ static struct monitor_ops rom68k_cmds =
"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 */