diff options
author | Roland Pesch <pesch@cygnus> | 1993-02-01 23:39:42 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1993-02-01 23:39:42 +0000 |
commit | f1e215bbcb23bc42c7cad7b2da77cdabac59fb7e (patch) | |
tree | 415ea5f8ce8452eb3f2e736adfd3df07da7881e5 /gdb | |
parent | 4d18e783929d6e3d607b05e169e7777a23277ac2 (diff) | |
download | gdb-f1e215bbcb23bc42c7cad7b2da77cdabac59fb7e.zip gdb-f1e215bbcb23bc42c7cad7b2da77cdabac59fb7e.tar.gz gdb-f1e215bbcb23bc42c7cad7b2da77cdabac59fb7e.tar.bz2 |
Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
* gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
as well as Z8002.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbinv-s.texi | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6167bf4..1019cfa 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) + + * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001 + as well as Z8002. + Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com) * gdbint.texinfo: Add sections on clean design and on how to send diff --git a/gdb/doc/gdbinv-s.texi b/gdb/doc/gdbinv-s.texi index 53ce9cc..8d80936 100644 --- a/gdb/doc/gdbinv-s.texi +++ b/gdb/doc/gdbinv-s.texi @@ -953,8 +953,10 @@ simulator. @table @code @item target z8ksim @kindex z8ksim -This debugging target is a simulator for the Z8002, the unsegmented -variant of the Z8000 architecture. +This debugging target is a simulator for the Z8002 (the unsegmented +variant of the Z8000 architecture) and the Z8001 (the segmented +variant). The simulator recognizes which architecture is appropriate by +inspecting the object code. @end table @noindent |