diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-05-17 23:13:26 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-05-17 23:13:26 +0000 |
commit | eba086437576856c461ab5ae181277236dba005a (patch) | |
tree | 1ad360421f62d48740bf2e2baf99dfb88e99280d /gdb/rom68k-rom.c | |
parent | f57b30fc386f7e86049b2c99437beb7e21edfb41 (diff) | |
download | gdb-eba086437576856c461ab5ae181277236dba005a.zip gdb-eba086437576856c461ab5ae181277236dba005a.tar.gz gdb-eba086437576856c461ab5ae181277236dba005a.tar.bz2 |
* monitor.c (monitor_printf): Changed format specification in
error message to work with pre-ansi compilers.
(monitor_load_srec): reduced length of s-records from 128 to 32
bytes so download is more reliable with the rom68k monitor.
* rom68k-rom.c: Added trailing space to prompt string.
* config/i386/xm-i386sco.h (HAVE_STRSTR): Removed.
* config/i386/xm-go32.h, mswin/xm.h (SYS_SIGLIST_MISSING):
Removed.
* defs.h, config/{xm-lynx.h, xm-nbsd.h},
config/i386/{xm-i386bsd.h, xm-linux.h},
config/m68k/xm-hp300bsd.h, config/mips/xm-irix4.h,
config/ns32k/xm-ns32km3.h, doc/gdbint.texinfo
(PSIGNAL_IN_SIGNAL_H): Removed.
Diffstat (limited to 'gdb/rom68k-rom.c')
-rw-r--r-- | gdb/rom68k-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rom68k-rom.c b/gdb/rom68k-rom.c index d628c6e..1de7100 100644 --- a/gdb/rom68k-rom.c +++ b/gdb/rom68k-rom.c @@ -141,7 +141,7 @@ static struct monitor_ops rom68k_cmds = NULL, /* load_routine (defaults to SRECs) */ "dc\r", /* download command */ "Waiting for S-records from host... ", /* Load response */ - "ROM68K :->", /* monitor command prompt */ + "ROM68K :-> ", /* monitor command prompt */ "\r", /* end-of-line terminator */ ".\r", /* optional command terminator */ &rom68k_ops, /* target operations */ |