diff options
Diffstat (limited to 'gdb/config/arm/linux.mt')
-rw-r--r-- | gdb/config/arm/linux.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/arm/linux.mt b/gdb/config/arm/linux.mt index 4939d56..827447c 100644 --- a/gdb/config/arm/linux.mt +++ b/gdb/config/arm/linux.mt @@ -1,5 +1,5 @@ # Target: ARM based machine running GNU/Linux TM_FILE= tm-linux.h -TDEPFILES= arm-tdep.o arm-linux-tdep.o +TDEPFILES= arm-tdep.o arm-linux-tdep.o solib.o solib-svr4.o GDBSERVER_DEPFILES= low-linux.o |