diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-02-12 05:48:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-02-12 05:48:23 +0000 |
commit | dd0ce8f668d9f7578b5d1882d1911998e7396191 (patch) | |
tree | 649f7797744cd07c5a4d8538efcee8c9659dc93b /gdb/config/d10v | |
parent | b6b48d03136e79eb00afa60689f047c31cbe940e (diff) | |
download | gdb-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.mt | 6 |
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 + |