summaryrefslogtreecommitdiff
path: root/gdb/NEWS
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
commita1bffbcb1cf9e43383de1d1edd81fa22abdfa05c (patch)
treeb1ed060293b0c10209e40b751ae141b37d062647 /gdb/NEWS
parent70472d37fc8ba03f9af0ea702963bd477b5f6c23 (diff)
downloadgdb-a1bffbcb1cf9e43383de1d1edd81fa22abdfa05c.tar.gz
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/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 7c4dc388113..f9d48d55537 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,11 @@
*** Changes since GDB 6.1:
+* "-async" and "-noasync" options removed.
+
+Support for the broken "-noasync" option has been removed (it caused
+GDB to dump core).
+
* New ``start'' command.
This command runs the program until the begining of the main procedure.