diff options
Diffstat (limited to 'gdb/config/arm')
-rw-r--r-- | gdb/config/arm/arm.mh | 2 | ||||
-rw-r--r-- | gdb/config/arm/arm.mt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/arm/arm.mh b/gdb/config/arm/arm.mh index 9700fa2..9e60121 100644 --- a/gdb/config/arm/arm.mh +++ b/gdb/config/arm/arm.mh @@ -1,3 +1,3 @@ # Host: Acorn RISC machine running RISCiX (4.3bsd) -XDEPFILES= infptrace.o inftarg.o fork-child.o arm-xdep.o arm-convert.o +XDEPFILES= infptrace.o inftarg.o fork-child.o arm-xdep.o arm-convert.o XM_FILE= xm-arm.h diff --git a/gdb/config/arm/arm.mt b/gdb/config/arm/arm.mt index fd951ea..4933c46 100644 --- a/gdb/config/arm/arm.mt +++ b/gdb/config/arm/arm.mt @@ -1,5 +1,5 @@ # Target: Acorn RISC machine (ARM) with simulator -TDEPFILES= arm-tdep.o +TDEPFILES= arm-tdep.o remote-rdp.o TM_FILE= tm-arm.h SIM_OBS = remote-sim.o |