]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* Makefile.in (init.c): don't try to scan mswin for _initialize
authorFelix Lee <flee@cygnus>
Mon, 28 Jul 1997 22:34:36 +0000 (22:34 +0000)
committerFelix Lee <flee@cygnus>
Mon, 28 Jul 1997 22:34:36 +0000 (22:34 +0000)
commitce4450fa09dafa36b069185fe198f14d038a1985
tree2ff2935fcab87780d990d8f8ab6d128dc9cb7f7d
parent8dbbb8be9b0f0211ff8af51aaab1cbebcbdab24c
* Makefile.in (init.c): don't try to scan mswin for _initialize
  funcs.  (generates misleading error message because files have
  .cpp suffix, not .c suffix)

* ser-e7kpc.c: <w32sut.h> -> "mswin/w32sut.h"

* mon960-rom.c: removed unused #includes; no ioctl.h in Windows.
* nindy-share/ttyflush.c: find sleep() for _MSC_VER.
* remote-array.c: #include <ctype.h> for isascii().
* utils.c (notice_quit,pollquit): cleanup.  _WIN32 -> _MSC_VER.
gdb/ChangeLog
gdb/Makefile.in
gdb/mon960-rom.c
gdb/remote-array.c
gdb/ser-e7kpc.c
gdb/utils.c