aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2001-11-24 18:21:27 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2001-11-24 18:21:27 +0000
commit2a3d56452522dae64cbc02bc72166e674dbc1032 (patch)
treed0959987485d878f2c0e8669a371433570f57a51 /gdb/config
parente2334072bd560eeeff7ae49245c53796ef481d36 (diff)
downloadfsf-binutils-gdb-2a3d56452522dae64cbc02bc72166e674dbc1032.zip
fsf-binutils-gdb-2a3d56452522dae64cbc02bc72166e674dbc1032.tar.gz
fsf-binutils-gdb-2a3d56452522dae64cbc02bc72166e674dbc1032.tar.bz2
* win32-nat.c (_initialize_check_for_gdb_ini): New function.
* config/i386/xm-cygwin.h: Remove obsolete handling of __CYGWIN32__. (GDBINIT_FILENAME): Remove.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386/xm-cygwin.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/config/i386/xm-cygwin.h b/gdb/config/i386/xm-cygwin.h
index bb9cfd8..1945a75 100644
--- a/gdb/config/i386/xm-cygwin.h
+++ b/gdb/config/i386/xm-cygwin.h
@@ -22,15 +22,5 @@
#include "fopen-bin.h"
-#define GDBINIT_FILENAME "gdb.ini"
-
/* Define this if source files use \r\n rather than just \n. */
#define CRLF_SOURCE_FILES
-
-/* 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