diff options
author | Steve Chamberlain <sac@cygnus> | 1993-05-03 22:33:09 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-05-03 22:33:09 +0000 |
commit | 8ae56378a0939b73065eccaaad2377eb968690fd (patch) | |
tree | 592e20a64e9905d0beee74af396080d736999dba /gdb/NEWS | |
parent | 5e1ac2601409cb4042dcdf6102cc3ecf6e254dba (diff) | |
download | gdb-8ae56378a0939b73065eccaaad2377eb968690fd.zip gdb-8ae56378a0939b73065eccaaad2377eb968690fd.tar.gz gdb-8ae56378a0939b73065eccaaad2377eb968690fd.tar.bz2 |
Info on simulators.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -12,9 +12,20 @@ Reference Manual, not to be compatible with AT&T cfront. Despite disclaimers, it still generated too much confusion with users attempting to use gdb with AT&T cfront. -H8/300 simulator -H8/500 simulator (probably by the next release) -Z8000 family simulator + * Simulators + +GDB now uses a standard remote interface to a simulator library. +So far, the library contains simulators for the Zilog Z8001/2, the +Hitachi H8/300, H8/500 and Super-H. + + * New targets supported + +H8/300 simulator h8300-hitachi-hms or h8300hms +H8/500 simulator h8500-hitachi-hms or h8500hms +SH simulator sh-hitachi-hms or sh +Z8000 simulator z8k-zilog-none or z8ksim + + Cross-debugging to GO32 targets is supported. It requires a custom version of the i386-stub.c module which is integrated with the |