diff options
author | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2003-10-16 02:33:46 +0000 |
---|---|---|
committer | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2003-10-16 02:33:46 +0000 |
commit | fb3e19c03f8235cc4fb687dadb8e4d32ac767da6 (patch) | |
tree | 055abe27fe7c20fb276f11f2556351e500199401 | |
parent | 02e8f323203294f3de8a6bbd81aa7b37ce3b538b (diff) | |
download | gdb-fb3e19c03f8235cc4fb687dadb8e4d32ac767da6.zip gdb-fb3e19c03f8235cc4fb687dadb8e4d32ac767da6.tar.gz gdb-fb3e19c03f8235cc4fb687dadb8e4d32ac767da6.tar.bz2 |
2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
* gdb.texinfo (M32R/D): Mention m32rsdi target.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 14165af..150269e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ + +2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com> + + * gdb.texinfo (M32R/D): Mention m32rsdi target. + 2003-10-15 Kevin Buettner <kevinb@redhat.com> From Anthony Green <green@redhat.com>: diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 596e3d4..d9ae968 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -12099,6 +12099,10 @@ memory}. The accepted values for @var{mod} are @code{small}, @item target m32r @var{dev} Renesas M32R/D ROM monitor. +@kindex target m32rsdi +@item target m32rsdi @var{dev} +Renesas M32R SDI server, connected via parallel port to the board. + @end table @node M68K |