summaryrefslogtreecommitdiff
path: root/gdb/remote-e7000.c
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2001-04-05 02:02:14 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2001-04-05 02:02:14 +0000
commit2a40973a4157973188397d65d1438a269fe7cb74 (patch)
treecde289fea546960b8a9652be567fe6aa0bb3ca83 /gdb/remote-e7000.c
parente2515a3df3a130d42e8abab3afa478549a2fb788 (diff)
downloadgdb-2a40973a4157973188397d65d1438a269fe7cb74.tar.gz
* main.c: Remove windows.h use.
(gdbtk_test): Use PATH_MAX for home var calculation. * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as Win32 in test. * ser-tcp.c: Use modern __CYGWIN__ conditional. * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test. (openp): Ditto. * symfile.c (symfile_bfd_open): Ditto. * gdbtk/generic/gdbtk.c: Ditto.
Diffstat (limited to 'gdb/remote-e7000.c')
-rw-r--r--gdb/remote-e7000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-e7000.c b/gdb/remote-e7000.c
index 46fb54b1e8a..10a329aad5d 100644
--- a/gdb/remote-e7000.c
+++ b/gdb/remote-e7000.c
@@ -543,7 +543,7 @@ or \t\ttarget e7000 tcp_remote <host>[:<port>]\n\
or \t\ttarget e7000 pc\n");
}
-#if !defined(__GO32__) && !defined(_WIN32)
+#if !defined(__GO32__) && !defined(_WIN32) && !defined(__CYGWIN__)
/* FIXME! test for ':' is ambiguous */
if (n == 1 && strchr (dev_name, ':') == 0)
{