From: John Gilmore Date: Thu, 4 Jul 1991 21:55:36 +0000 (+0000) Subject: Initial revision X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfb12287fe38ce9c8ff4c0aaf4689b76a7983081;p=binutils-gdb.git Initial revision --- diff --git a/gdb/config/decstation.mh b/gdb/config/decstation.mh new file mode 100644 index 00000000000..28fcc1eb855 --- /dev/null +++ b/gdb/config/decstation.mh @@ -0,0 +1,3 @@ +# Host: Little-endian MIPS machine such as DECstation. +XDEPFILES= infptrace.o mips-xdep.o coredep.o +XM_FILE= xm-mips.h diff --git a/gdb/config/decstation.mt b/gdb/config/decstation.mt new file mode 100644 index 00000000000..8025b9c4335 --- /dev/null +++ b/gdb/config/decstation.mt @@ -0,0 +1,3 @@ +# Target: Little-endian MIPS machine such as DECstation. +TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o +TM_FILE= tm-mips.h