aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-17 14:54:32 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-17 14:54:32 +0000
commit6c74ac8bb4bd637279571bbe78fa224a6e01d41c (patch)
treefc355ad2f9185d5d9e0a78a5abe65f4df36f5e01 /gdb/doc
parentd25aed713b6b953317601bf93df7a9a14cb39031 (diff)
downloadfsf-binutils-gdb-6c74ac8bb4bd637279571bbe78fa224a6e01d41c.zip
fsf-binutils-gdb-6c74ac8bb4bd637279571bbe78fa224a6e01d41c.tar.gz
fsf-binutils-gdb-6c74ac8bb4bd637279571bbe78fa224a6e01d41c.tar.bz2
2004-02-17 Andrew Cagney <cagney@redhat.com>
* gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo8
2 files changed, 8 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 793da91..b7c8384 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-17 Andrew Cagney <cagney@redhat.com>
+
+ * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
+
2004-02-16 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Deprecate
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 717a374..9a14584 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -1135,10 +1135,10 @@ communicate with @value{GDBN} using it as a back end.
@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
-The @sc{gdb/mi} Interface}) included in @var{GDBN} version 6.0. The
-previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3,
-can be selected with @samp{--interpreter=mi1}. Earlier @sc{gdb/mi}
-interfaces are not supported.
+The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The
+previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
+selected with @samp{--interpreter=mi1}, is deprecated. Earlier
+@sc{gdb/mi} interfaces are no longer supported.
@item -write
@cindex @code{--write}