From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Christopher Faylor Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Cygwin accomodations for newer gccs Date: Fri, 06 Apr 2001 12:08:00 -0000 Message-id: <3ACE1419.CAC0CCBA@cygnus.com> References: <20010404220312.A6841@redhat.com> X-SW-Source: 2001-04/msg00074.html Christopher Faylor wrote: > > Newer versions of gcc for Cygwin no longer implicitly define WIN32 > conditionals. > > This patch fixes that problem. > > cgf > > Wed Apr 4 21:48:42 2001 Christopher Faylor > > * 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 colon 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. Yes, ok (ulgh :-). I suspect the gdbtk entry belongs in another changelog file though. Andrew