OSDN Git Service

2004-02-17 Andrew Cagney <cagney@redhat.com>
authorcagney <cagney>
Tue, 17 Feb 2004 14:54:32 +0000 (14:54 +0000)
committercagney <cagney>
Tue, 17 Feb 2004 14:54:32 +0000 (14:54 +0000)
* gdb.texinfo (Mode Options): Note that "mi1" is deprecated.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 793da91..b7c8384 100644 (file)
@@ -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
index 717a374..9a14584 100644 (file)
@@ -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}