* cpu32bug-rom.c remote-est.c rom68k-rom.c: Update line_term element.
authorStu Grossman <grossman@cygnus>
Fri, 12 May 1995 20:52:11 +0000 (20:52 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 12 May 1995 20:52:11 +0000 (20:52 +0000)
gdb/ChangeLog
gdb/cpu32bug-rom.c
gdb/remote-est.c
gdb/rom68k-rom.c

index 5887badf382f3513c46e61a21d9a1111fe98808e..bc847139c51b0ddf88d5e5168a364a36b39a6a02 100644 (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)
 
        * partial-stab.h: Expand comments.
index 10b149196d58989571ae2142a5f096fd9f476945..dcf3bdf77b9b5c4b560460628e4b4f0d8fbee9f5 100644 (file)
@@ -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 */
index c34d52a58ece16925a38c7a2fa5faf1bdd769728..6074ee0a6b580fe7a79e7d51515c6405f8bc3a1a 100644 (file)
@@ -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 */
index 399b747ad3af9ca88b12ad623802fd589745f7f8..d628c6eacd35e1978457eb06cc69daa4587d2728 100644 (file)
@@ -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 */
This page took 0.027879 seconds and 4 git commands to generate.