From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Faylor To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Cygwin accomodations for newer gccs Date: Fri, 06 Apr 2001 12:23:00 -0000 Message-id: <20010406152330.B15214@redhat.com> References: <20010404220312.A6841@redhat.com> <3ACE1419.CAC0CCBA@cygnus.com> X-SW-Source: 2001-04/msg00078.html On Fri, Apr 06, 2001 at 03:08:09PM -0400, Andrew Cagney wrote: >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. Oops. cgf