From dfb12287fe38ce9c8ff4c0aaf4689b76a7983081 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 4 Jul 1991 21:55:36 +0000 Subject: [PATCH] Initial revision --- gdb/config/decstation.mh | 3 +++ gdb/config/decstation.mt | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 gdb/config/decstation.mh create mode 100644 gdb/config/decstation.mt 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 -- 2.30.2