aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 34306ce..4241515 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,22 @@
+2005-05-13 Eli Zaretskii <eliz@gnu.org>
+
+ * Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.
+
+ * go32-nat.c: Include top.h. Update copyright years.
+ (init_go32_ops): Override the default value of gdbinit[] with
+ "gdb.ini".
+
+ * cli/cli-cmds.c: Don't define GDBINIT_FILENAME.
+ (init_cli_cmds): Use gdbinit[] instead of a compile-time literal
+ string GDBINIT_FILENAME.
+
+ * top.c (PATH_MAX): Define if not defined.
+ (gdbinit): Declare with a constant size PATH_MAX.
+
+ * config/i386/go32.mh (XM_FILE): Remove.
+
+ * config/i386/xm-go32.h: Remove file.
+
2005-05-12 Mark Kettenis <kettenis@gnu.org>
* sol-thread.c: Include "solib.h".