aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/d10v
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-02-12 05:48:23 +0000
committerAndrew Cagney <cagney@redhat.com>1998-02-12 05:48:23 +0000
commitdd0ce8f668d9f7578b5d1882d1911998e7396191 (patch)
tree649f7797744cd07c5a4d8538efcee8c9659dc93b /gdb/config/d10v
parentb6b48d03136e79eb00afa60689f047c31cbe940e (diff)
downloadgdb-dd0ce8f668d9f7578b5d1882d1911998e7396191.zip
gdb-dd0ce8f668d9f7578b5d1882d1911998e7396191.tar.gz
gdb-dd0ce8f668d9f7578b5d1882d1911998e7396191.tar.bz2
Add a new target specific protocol `target d10v' implemented in
remote-d10v.c. It has an xfer_mem function that can translate a d10v GDB address into a d10v monitor address.
Diffstat (limited to 'gdb/config/d10v')
-rw-r--r--gdb/config/d10v/d10v.mt6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/d10v/d10v.mt b/gdb/config/d10v/d10v.mt
new file mode 100644
index 0000000..e757804
--- /dev/null
+++ b/gdb/config/d10v/d10v.mt
@@ -0,0 +1,6 @@
+# Target: Mitsubishi D10V processor
+TDEPFILES= d10v-tdep.o remote-d10v.o
+TM_FILE= tm-d10v.h
+SIM_OBS= remote-sim.o
+SIM= ../sim/d10v/libsim.a -lm
+