aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-01-15 20:07:26 +0000
committerSteve Chamberlain <sac@cygnus>1993-01-15 20:07:26 +0000
commit2aedd91ee1d5c6a551259dffe341e01ef6efbf19 (patch)
tree924a8c3bd8b457ead66df2c3a67736211b158329 /gdb
parentf4e414f14a62c8c12a11b7815ede0fd8f09005dc (diff)
downloadfsf-binutils-gdb-2aedd91ee1d5c6a551259dffe341e01ef6efbf19.zip
fsf-binutils-gdb-2aedd91ee1d5c6a551259dffe341e01ef6efbf19.tar.gz
fsf-binutils-gdb-2aedd91ee1d5c6a551259dffe341e01ef6efbf19.tar.bz2
* remote-z8k.c, z8k-tdep.c: support for the Z8001 and Z8002.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/.Sanitize3
-rw-r--r--gdb/config/z8ksim.mt3
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize
index 4e3d125..39fd4e5 100644
--- a/gdb/.Sanitize
+++ b/gdb/.Sanitize
@@ -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:
diff --git a/gdb/config/z8ksim.mt b/gdb/config/z8ksim.mt
new file mode 100644
index 0000000..7c507cf
--- /dev/null
+++ b/gdb/config/z8ksim.mt
@@ -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