diff options
Diffstat (limited to 'gdb/config/mips/linux.mt')
-rw-r--r-- | gdb/config/mips/linux.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/linux.mt b/gdb/config/mips/linux.mt index 16f8e32..60bbfb2 100644 --- a/gdb/config/mips/linux.mt +++ b/gdb/config/mips/linux.mt @@ -3,7 +3,7 @@ TDEPFILES= mips-tdep.o mips-linux-tdep.o corelow.o \ solib.o solib-svr4.o TM_FILE= tm-linux.h -GDBSERVER_DEPFILES= low-linux.o +GDBSERVER_DEPFILES = linux-low.o linux-mips-low.o reg-mips.o SIM_OBS = remote-sim.o SIM = ../sim/mips/libsim.a |