diff options
Diffstat (limited to 'gdb/config/m32c/m32c.mt')
-rw-r--r-- | gdb/config/m32c/m32c.mt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/config/m32c/m32c.mt b/gdb/config/m32c/m32c.mt new file mode 100644 index 0000000..2a404d4 --- /dev/null +++ b/gdb/config/m32c/m32c.mt @@ -0,0 +1,7 @@ +# Target: Renesas M32C family +TDEPFILES = m32c-tdep.o prologue-value.o + +# There may also be a SID / CGEN simulator for this, but we do have DJ +# Delorie's mini-sim. +SIM_OBS = remote-sim.o +SIM = ../sim/m32c/libsim.a |