diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2002-02-14 16:32:57 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2002-02-14 16:32:57 +0000 |
commit | 1ea98d1203dec8ac6bf66a5e861e80b1ca108a81 (patch) | |
tree | 99d084ea4adc03ddeafbc1030da93e530879d2b9 /gdb/config | |
parent | e2fd756b5dbbd435ee1cefcb105dff5001ac3e88 (diff) | |
download | gdb-1ea98d1203dec8ac6bf66a5e861e80b1ca108a81.zip gdb-1ea98d1203dec8ac6bf66a5e861e80b1ca108a81.tar.gz gdb-1ea98d1203dec8ac6bf66a5e861e80b1ca108a81.tar.bz2 |
* config/i386/xm-cygwin.h: Revert inadvertent reinclusion of GDBINIT_FILENAME.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/xm-cygwin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/i386/xm-cygwin.h b/gdb/config/i386/xm-cygwin.h index b8290c2..6470727 100644 --- a/gdb/config/i386/xm-cygwin.h +++ b/gdb/config/i386/xm-cygwin.h @@ -20,7 +20,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 |