diff options
Diffstat (limited to 'gdb/config/mips/linux64.mt')
-rw-r--r-- | gdb/config/mips/linux64.mt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/config/mips/linux64.mt b/gdb/config/mips/linux64.mt new file mode 100644 index 0000000..985d8f5 --- /dev/null +++ b/gdb/config/mips/linux64.mt @@ -0,0 +1,7 @@ +# Target: Linux/MIPS w/ support for 64-bit ABIs +TDEPFILES= mips-tdep.o mips-linux-tdep.o corelow.o \ + solib.o solib-svr4.o +TM_FILE= tm-linux64.h + +SIM_OBS = remote-sim.o +SIM = ../sim/mips/libsim.a |