* config/decstation.mh, news.mh (NATDEPFILES): Add corelow.o.
authorJohn Gilmore <gnu@cygnus>
Fri, 16 Oct 1992 10:04:46 +0000 (10:04 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 16 Oct 1992 10:04:46 +0000 (10:04 +0000)
* config/delta88.mt, m88k.mt (TDEPFILES):  Remove coredep.o, it's
native dependent.

gdb/ChangeLog
gdb/config/decstation.mh
gdb/config/delta88.mt
gdb/config/m88k.mt
gdb/config/news.mh

index 41b2f777b39acb405cb84e2638fa3191ac8b999b..0a65309e74a2e398e9acd19cec977ea334a91139 100644 (file)
@@ -1,3 +1,9 @@
+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).
index 28da9e34b4808c6839e20699987734042b19ad60..84dde0cc58e8f94af6f2841239bf7d4edddb00b2 100644 (file)
@@ -2,7 +2,7 @@
 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
index 7dbb1746bcd19ef4af143466b6650f36a150a1c7..887d26ddedd1b1cb9706ef8d7c218a39766a139f 100644 (file)
@@ -1,3 +1,3 @@
 # 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
index abb8c85c32f1932f94d386439faa3c4b1c3efd11..73e1bed57537ece1e9310d0eccb2ce71ffe86524 100644 (file)
@@ -1,3 +1,3 @@
 # 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
index 2042e1a5f1b69caf99458a5e8b7dc05c0b1d8603..64f8de851810919cdb249a24968493d5d87df357 100644 (file)
@@ -2,4 +2,4 @@
 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