* remote-z8k.c, z8k-tdep.c: support for the Z8001 and Z8002.

This commit is contained in:
Steve Chamberlain 1993-01-15 20:07:26 +00:00
parent f4e414f14a
commit 2aedd91ee1
2 changed files with 6 additions and 0 deletions

View File

@ -215,6 +215,7 @@ remote-sim.c
remote-st2000.c
remote-udi.c
remote-vx.c
remote-z8k.c
remote.c
rs6000-nat.c
rs6000-pinsn.c
@ -306,6 +307,7 @@ tm-umax.h
tm-vax.h
tm-vx68.h
tm-vx960.h
tm-z8k.h
typeprint.c
typeprint.h
ultra3-nat.c
@ -375,6 +377,7 @@ xm-umax.h
xm-vax.h
xm-vaxbsd.h
xm-vaxult.h
z8k-tdep.c
Do-last:

3
gdb/config/z8ksim.mt Normal file
View File

@ -0,0 +1,3 @@
# Target: Z8000 simulator
TDEPFILES= exec.o z8k-tdep.o remote-z8k.o ../z8ksim/libsim.a ../opcodes/libopcodes.a
TM_FILE= tm-z8k.h