Initial revision

This commit is contained in:
John Gilmore 1991-07-04 21:55:36 +00:00
parent 6617e3464b
commit dfb12287fe
2 changed files with 6 additions and 0 deletions

3
gdb/config/decstation.mh Normal file
View File

@ -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

3
gdb/config/decstation.mt Normal file
View File

@ -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