binutils-gdb/gdb/nindy-share
Christopher Faylor 0b6a968ee6 * gnu-regex.c: Eliminate obsolete check for _MSC_VER.
* utils.c (notice_quit): Remove dummy function only used for _MSC_VER.
* values.c (unpack_double): Remove obsolete check for _MSC_VER.
* defs.h: Ditto.
* m32r-rom.c: Ditto.
* p-exp.y: Ditto.
* ser-e7kpc.c: Ditto.  Define WIN32_LEAN_AND_MEAN under _WIN32, for faster
compilation.
(get_ds_base): Remove _MSC_VER version of this function.
* nindy-share/ttyflush.c: Ditto.  X
* rdi-share/host.h: Ditto.  X
* ser-go32.c (dos_readchar): Remove call to obsolete function.
* remote-sim.c (gdb_os_poll_quit): Ditto.
* remote-e7000.c (expect): Remove obsolete #if 0'ed code.
* main.c (captured_main): Eliminate special Cygwin checks.
* ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
2001-06-10 16:25:51 +00:00
..
Makefile Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
Onindy.c Update nindy files - #include "gdb_wait.h" instead of "wait.h". 2000-02-09 09:04:27 +00:00
README Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
VERSION Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
b.out.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
block_io.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
coff.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
env.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
nindy.c Update nindy files - #include "gdb_wait.h" instead of "wait.h". 2000-02-09 09:04:27 +00:00
stop.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
ttyflush.c * gnu-regex.c: Eliminate obsolete check for _MSC_VER. 2001-06-10 16:25:51 +00:00

README

The files in this directory started out life as code shared between
the nindy monitor and GDB.  For various reasons, this is no longer
true.  Eventually, they probably should be merged into remote-nindy.c.