aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-04-25 21:45:56 +0000
committerMark Mitchell <mark@codesourcery.com>2005-04-25 21:45:56 +0000
commit011825f07deeb357176f2b9efc6f8da330b89f89 (patch)
treee70e96ce5e2ccc37e7b9b6e9e4c7d63cfbe996e3 /gdb/ChangeLog
parent6d633fd2827c7c46c05c45b75781ca8ab6a9afce (diff)
downloadgdb-011825f07deeb357176f2b9efc6f8da330b89f89.zip
gdb-011825f07deeb357176f2b9efc6f8da330b89f89.tar.gz
gdb-011825f07deeb357176f2b9efc6f8da330b89f89.tar.bz2
* event-loop.c (gdb_assert.h): Include.
(<windows.h>): Include under Windows. (<io.h>): Likeiwse. (gdb_select): New function. (gdb_wait_for_event): Use it. * Makefile.in (event-loop.o): Depend on $(gdb_assert_h).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e1e466e..c4a9b6d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2005-04-25 Mark Mitchell <mark@codesourcery.com>
+
+ * event-loop.c (gdb_assert.h): Include.
+ (<windows.h>): Include under Windows.
+ (<io.h>): Likeiwse.
+ (gdb_select): New function.
+ (gdb_wait_for_event): Use it.
+ * Makefile.in (event-loop.o): Depend on $(gdb_assert_h).
+
2005-04-23 Mark Kettenis <kettenis@gnu.org>
* sparc64-tdep.c: Include "dwarf2-frame.h".