diff options
author | Roland Pesch <pesch@cygnus> | 1992-09-12 05:27:40 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-09-12 05:27:40 +0000 |
commit | 77fe54117e09bf5960f838d4acfc0a5e32fd0283 (patch) | |
tree | 29e1a722a4f8b7f4a482ca4ee0c3d2470e652782 /gdb/doc/gdbinv-m.m4.in | |
parent | 549ff1003ebb8e695a268a0a9cf2d14235f8eb04 (diff) | |
download | binutils-77fe54117e09bf5960f838d4acfc0a5e32fd0283.zip binutils-77fe54117e09bf5960f838d4acfc0a5e32fd0283.tar.gz binutils-77fe54117e09bf5960f838d4acfc0a5e32fd0283.tar.bz2 |
* doc/gdb.texinfo, doc/gdbinv-m.m4.in, doc/gdbinv-s.m4.in: first
pass at doc for two new remote targets---29K using UDI, and Tandem
ST2000 using STDBUG.
* doc/all.m4, doc/none.m4: new m4 switch, _ST2000__
* doc/all.m4: turn on H8/300 stuff for generic manual
Diffstat (limited to 'gdb/doc/gdbinv-m.m4.in')
-rw-r--r-- | gdb/doc/gdbinv-m.m4.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/gdbinv-m.m4.in b/gdb/doc/gdbinv-m.m4.in index 181530a..f4f5a2c 100644 --- a/gdb/doc/gdbinv-m.m4.in +++ b/gdb/doc/gdbinv-m.m4.in @@ -8,10 +8,14 @@ _if__(_I960__) _fi__(_I960__) _if__(_AMD29K__) * EB29K Remote:: _GDBN__ with a remote EB29K +* UDI29K Remote:: _GDBN__ and the UDI 29K protocol _fi__(_AMD29K__) _if__(_VXWORKS__) * VxWorks Remote:: _GDBN__ and VxWorks _fi__(_VXWORKS__) +_if__(_ST2000__) +* ST2000 Remote:: _GDBN__ with a Tandem ST2000 +_fi__(_ST2000__) _if__(_H8__) * Hitachi H8/300 Remote:: _GDBN__ and the Hitachi H8/300 _fi__(_H8__) |