From dd0ce8f668d9f7578b5d1882d1911998e7396191 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 12 Feb 1998 05:48:23 +0000 Subject: 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. --- gdb/config/d10v/d10v.mt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gdb/config/d10v/d10v.mt (limited to 'gdb/config') 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 + -- cgit v1.1