* defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
authorJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 2 Mar 2001 02:54:10 +0000 (02:54 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 2 Mar 2001 02:54:10 +0000 (02:54 +0000)
if __CYGWIN32__ is set from here.
* config/i386/xm-cygwin.h: To here.
* config/powerpc/xm-cygwin.h: To here.

gdb/ChangeLog
gdb/config/i386/xm-cygwin.h
gdb/config/powerpc/xm-cygwin.h
gdb/defs.h

index 1a33dba9073c2c5994e6fa054f002a290e8a030d..0b7614d7aeab82794f64b5f856e75b73941ef896 100644 (file)
@@ -1,5 +1,10 @@
 2001-03-01  J.T. Conklin  <jtc@redback.com>
 
+       * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
+       if __CYGWIN32__ is set from here.
+       * config/i386/xm-cygwin.h: To here.
+       * config/powerpc/xm-cygwin.h: To here.
+
        * i386-stub.c (handle_exception): Use 'T' response packet.
 
 2001-03-01  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
index 863992c22afafa1618786bf9b8046f96e67006df..1e210c76da94b4c5889273066d4c35281a5b4366 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for hosting on WIN32, for GDB.
-   Copyright 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+   Copyright 1995, 1996, 1997, 1998, 2001 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #define CRLF_SOURCE_FILES
 
 #define HAVE_SIGSETMASK 0
+
+/* If under Cygwin, provide backwards compatibility with older
+   Cygwin compilers that don't define the current cpp define. */
+#ifdef __CYGWIN32__
+#ifndef __CYGWIN__
+#define __CYGWIN__
+#endif
+#endif 
index 2993606285f7d90d0ada4a73ae090bf961d32bb6..2756a9ea61eec2bd4da79de864ac96ffcc939bbc 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for hosting on WIN32, for GDB.
-   Copyright 1995, 1996, 1998 Free Software Foundation, Inc.
+   Copyright 1995, 1996, 1998, 2001 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 /* Define this lseek(n) != nth byte of file */
 #define LSEEK_NOT_LINEAR
+
+/* If under Cygwin, provide backwards compatibility with older
+   Cygwin compilers that don't define the current cpp define. */
+#ifdef __CYGWIN32__
+#ifndef __CYGWIN__
+#define __CYGWIN__
+#endif
+#endif 
index c1ca4a76569dea1d22a943b3e1ae3010d159f84d..2766d457e8ea181a7e147dc29e7cfd6a61d9a306 100644 (file)
@@ -1259,14 +1259,6 @@ extern int use_windows;
 #define MERGEPID(PID, TID) (PID)
 #endif
 
-/* If under Cygwin, provide backwards compatibility with older
-   Cygwin compilers that don't define the current cpp define. */
-#ifdef __CYGWIN32__
-#ifndef __CYGWIN__
-#define __CYGWIN__
-#endif
-#endif
-
 /* Define well known filenos if the system does not define them.  */
 #ifndef STDIN_FILENO
 #define STDIN_FILENO   0