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/doc/gdbinv-s.texi | |
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/doc/gdbinv-s.texi')
-rw-r--r-- | gdb/doc/gdbinv-s.texi | 6 |
1 files changed, 4 insertions, 2 deletions
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 |