* monitor.c (monitor_printf): Changed format specification in
authorJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 17 May 1995 23:13:26 +0000 (23:13 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 17 May 1995 23:13:26 +0000 (23:13 +0000)
commiteba086437576856c461ab5ae181277236dba005a
tree1ad360421f62d48740bf2e2baf99dfb88e99280d
parentf57b30fc386f7e86049b2c99437beb7e21edfb41
* 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.
13 files changed:
gdb/ChangeLog
gdb/config/i386/xm-go32.h
gdb/config/i386/xm-i386bsd.h
gdb/config/i386/xm-i386sco.h
gdb/config/i386/xm-linux.h
gdb/config/m68k/xm-hp300bsd.h
gdb/config/mips/xm-irix4.h
gdb/config/ns32k/xm-ns32km3.h
gdb/config/xm-lynx.h
gdb/config/xm-nbsd.h
gdb/defs.h
gdb/monitor.c
gdb/rom68k-rom.c