diff options
Diffstat (limited to 'gdb/config/sh/sh64.mt')
-rw-r--r-- | gdb/config/sh/sh64.mt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/sh/sh64.mt b/gdb/config/sh/sh64.mt new file mode 100644 index 0000000..5afe876 --- /dev/null +++ b/gdb/config/sh/sh64.mt @@ -0,0 +1,5 @@ +# Target: Renesas/Super-H 64 bit with simulator +TDEPFILES= sh-tdep.o sh64-tdep.o + +SIM_OBS = remote-sim.o +SIM = ../sim/sh64/libsim.a |