aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-07-17 03:25:11 +0000
committerAndrew Cagney <cagney@redhat.com>2004-07-17 03:25:11 +0000
commit2c07db7ac031ac855c833c5ceed59763d4011290 (patch)
treef3b8b16cab4a7fdb12d6ecfcb8da4d0a69db086f /gdb/ChangeLog
parent586027e6154d39127b6342ebbc4d36aee7ad3a2d (diff)
downloadgdb-2c07db7ac031ac855c833c5ceed59763d4011290.zip
gdb-2c07db7ac031ac855c833c5ceed59763d4011290.tar.gz
gdb-2c07db7ac031ac855c833c5ceed59763d4011290.tar.bz2
Index: ChangeLog
2004-07-16 Andrew Cagney <cagney@gnu.org> * defs.h (event_loop_p): Replace variable declaration with macro, always 1. * main.c (captured_main): Delete options "-async" and "-noasync". (event_loop_p): Delete variable. * NEWS: Mention that "-async" and "-noasync" were removed. Index: doc/ChangeLog 2004-07-16 Andrew Cagney <cagney@gnu.org> * gdb.texinfo (Mode Options): Delete documentation on "-async" and "-noasync".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5cd0887..7da90e9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2004-07-16 Andrew Cagney <cagney@gnu.org>
+ * defs.h (event_loop_p): Replace variable declaration with macro,
+ always 1.
+ * main.c (captured_main): Delete options "-async" and "-noasync".
+ (event_loop_p): Delete variable.
+ * NEWS: Mention that "-async" and "-noasync" were removed.
+
+2004-07-16 Andrew Cagney <cagney@gnu.org>
+
* remote-m32r-sdi.c: Re-indent.
2004-07-16 Jim Blandy <jimb@redhat.com>