diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-11-13 17:00:04 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-11-13 17:00:04 +0000 |
commit | 2924732466d030308bbd0016dd544bc642a88bf8 (patch) | |
tree | dee706ffaf15e713f00c596abf3b5b08438a17d2 /gdb/config | |
parent | 6cfb3176b59426c6cbb25571f9a4fd23e54ea156 (diff) | |
download | gdb-2924732466d030308bbd0016dd544bc642a88bf8.zip gdb-2924732466d030308bbd0016dd544bc642a88bf8.tar.gz gdb-2924732466d030308bbd0016dd544bc642a88bf8.tar.bz2 |
* config/i386/xm-go32.h: Don't include fopen-bin.h.
Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
* source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
branch that doesn't define CRLF_SOURCE_FILES; always use
binary-mode open.
(print_source_lines_base, forward_search_command)
(reverse_search_command): Enable the code that accepts DOS-style
CRLF line endings on all platforms (this removes the need for
CRLF_SOURCE_FILES).
* defs.h: (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/xm-go32.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/i386/xm-go32.h b/gdb/config/i386/xm-go32.h index 3b6b3b0..168c5d7 100644 --- a/gdb/config/i386/xm-go32.h +++ b/gdb/config/i386/xm-go32.h @@ -18,8 +18,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "fopen-bin.h" - #define GDBINIT_FILENAME "gdb.ini" -#define CRLF_SOURCE_FILES -#define DIRNAME_SEPARATOR ';' |