diff options
Diffstat (limited to 'gdb/config/w65/w65.mt')
-rw-r--r-- | gdb/config/w65/w65.mt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/config/w65/w65.mt b/gdb/config/w65/w65.mt new file mode 100644 index 00000000000..06d2325f761 --- /dev/null +++ b/gdb/config/w65/w65.mt @@ -0,0 +1,8 @@ +# Target: WDC 65816 with simulator +TDEPFILES= w65-tdep.o +TM_FILE= tm-w65.h + +SIM_OBS = remote-sim.o +SIM = ../sim/w65/libsim.a + + |