aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-03-02 02:07:12 +0000
committerAndrew Cagney <cagney@redhat.com>2003-03-02 02:07:12 +0000
commit42fa7c0fc9c237c7e5fc33d3e7b0b358833a0c58 (patch)
tree5813faff2b7fb23ef245198ad9a0fb2b1c4f036f /gdb/ChangeLog
parent49c7e3387b20434852f72ff1a53ec87e82426eab (diff)
downloadfsf-binutils-gdb-42fa7c0fc9c237c7e5fc33d3e7b0b358833a0c58.zip
fsf-binutils-gdb-42fa7c0fc9c237c7e5fc33d3e7b0b358833a0c58.tar.gz
fsf-binutils-gdb-42fa7c0fc9c237c7e5fc33d3e7b0b358833a0c58.tar.bz2
2003-03-01 Andrew Cagney <cagney@redhat.com>
* main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to option enum and switch. When no windows, set the interpreter to INTERP_CONSOLE.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e717c26..ec67fe3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2003-03-01 Andrew Cagney <cagney@redhat.com>
+ * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
+ option enum and switch. When no windows, set the interpreter to
+ INTERP_CONSOLE.
+
+2003-03-01 Andrew Cagney <cagney@redhat.com>
+
* main.c (captured_main): Replace magic option characters with an
enum.