aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1996-07-11 20:53:41 +0000
committerStan Shebs <shebs@codesourcery.com>1996-07-11 20:53:41 +0000
commit42d0ec72f0923ce48b03677745726b86becc5ee0 (patch)
tree6a153b62a6dd4ba8806c2bd4806a062c167ecd65 /gdb/doc
parent3b2a7894d87b9b4e59b51bdaab130318698c6459 (diff)
downloadgdb-42d0ec72f0923ce48b03677745726b86becc5ee0.zip
gdb-42d0ec72f0923ce48b03677745726b86becc5ee0.tar.gz
gdb-42d0ec72f0923ce48b03677745726b86becc5ee0.tar.bz2
* remote.texi: Update list of stubs in the GDB distribution.
Humoring JT :-)
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/remote.texi31
2 files changed, 27 insertions, 8 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 591195b..6085f23 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
+
+ * remote.texi: Update list of stubs in the GDB distribution.
+
Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
* gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
diff --git a/gdb/doc/remote.texi b/gdb/doc/remote.texi
index 229db70..29d74ef 100644
--- a/gdb/doc/remote.texi
+++ b/gdb/doc/remote.texi
@@ -62,9 +62,12 @@ machine; for example, use @file{sparc-stub.c} to debug programs on
These working remote stubs are distributed with @value{GDBN}:
@table @code
-@item sparc-stub.c
-@kindex sparc-stub.c
-For @sc{sparc} architectures.
+
+@item i386-stub.c
+@kindex i386-stub.c
+@cindex Intel
+@cindex i386
+For Intel 386 and compatible architectures.
@item m68k-stub.c
@kindex m68k-stub.c
@@ -72,11 +75,23 @@ For @sc{sparc} architectures.
@cindex m680x0
For Motorola 680x0 architectures.
-@item i386-stub.c
-@kindex i386-stub.c
-@cindex Intel
-@cindex i386
-For Intel 386 and compatible architectures.
+@item sh-stub.c
+@kindex sh-stub.c
+@cindex Hitachi
+@cindex SH
+For Hitachi SH architectures.
+
+@item sparc-stub.c
+@kindex sparc-stub.c
+@cindex Sparc
+For @sc{sparc} architectures.
+
+@item sparcl-stub.c
+@kindex sparcl-stub.c
+@cindex Fujitsu
+@cindex SparcLite
+For Fujitsu @sc{sparclite} architectures.
+
@end table
The @file{README} file in the @value{GDBN} distribution may list other