aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2004-11-13 17:00:04 +0000
committerEli Zaretskii <eliz@gnu.org>2004-11-13 17:00:04 +0000
commit2924732466d030308bbd0016dd544bc642a88bf8 (patch)
treedee706ffaf15e713f00c596abf3b5b08438a17d2 /gdb/ChangeLog
parent6cfb3176b59426c6cbb25571f9a4fd23e54ea156 (diff)
downloadgdb-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/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d86e3c5..8365fdc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,18 @@
2004-11-13 Eli Zaretskii <eliz@gnu.org>
+ * 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: Fix wording of the comment before FOPEN_RB.
+ (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
* config/djgpp/fnchange.lst: Group renames for opcode directory
together.