diff options
Diffstat (limited to 'gdb/config/arm/arm.mt')
-rw-r--r-- | gdb/config/arm/arm.mt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/arm/arm.mt b/gdb/config/arm/arm.mt new file mode 100644 index 00000000000..4933c46bcde --- /dev/null +++ b/gdb/config/arm/arm.mt @@ -0,0 +1,6 @@ +# Target: Acorn RISC machine (ARM) with simulator +TDEPFILES= arm-tdep.o remote-rdp.o +TM_FILE= tm-arm.h + +SIM_OBS = remote-sim.o +SIM = ../sim/arm/libsim.a |