* config/delta88.mt, m88k.mt (TDEPFILES): Remove coredep.o, it's
native dependent.
+Fri Oct 16 03:02:28 1992 John Gilmore (gnu@cygnus.com)
+
+ * config/decstation.mh, news.mh (NATDEPFILES): Add corelow.o.
+ * config/delta88.mt, m88k.mt (TDEPFILES): Remove coredep.o, it's
+ native dependent.
+
Thu Oct 15 21:53:53 1992 K. Richard Pixley (rich@sendai.cygnus.com)
Ultra3 host/target/native split. (untested).
XDEPFILES=
XM_FILE= xm-mips.h
NAT_FILE= nm-mips.h
-NATDEPFILES= infptrace.o inftarg.o coredep.o mips-nat.o fork-child.o
+NATDEPFILES= infptrace.o inftarg.o coredep.o corelow.o mips-nat.o fork-child.o
# We can't use MMALLOC because the DECstation RPC library can't cope
# with a malloc(0) that returns 0. Besides, it's useless on a machine
# Target: Motorola 88000
-TDEPFILES= m88k-tdep.o m88k-pinsn.o exec.o coredep.o
+TDEPFILES= m88k-tdep.o m88k-pinsn.o exec.o
TM_FILE= tm-delta88.h
# Target: Motorola 88000 Binary Compatability Standard
-TDEPFILES= m88k-tdep.o m88k-pinsn.o exec.o coredep.o
+TDEPFILES= m88k-tdep.o m88k-pinsn.o exec.o
TM_FILE= tm-m88k.h
XDEPFILES= news-xdep.o
XM_FILE= xm-news.h
NAT_FILE= nm-news.h
-NATDEPFILES= exec.o inftarg.o fork-child.o coredep.o infptrace.o
+NATDEPFILES= exec.o inftarg.o fork-child.o coredep.o corelow.o infptrace.o