diff options
author | John Gilmore <gnu@cygnus> | 1992-10-16 10:04:46 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-16 10:04:46 +0000 |
commit | 62aa17e322247ded8a0ea6fe3844427fc83ed281 (patch) | |
tree | efa863275fbdf572e29008076568a7c841d700b0 | |
parent | 6bf98ac01d779404123504dc060a89d034cf7a85 (diff) | |
download | gdb-62aa17e322247ded8a0ea6fe3844427fc83ed281.zip gdb-62aa17e322247ded8a0ea6fe3844427fc83ed281.tar.gz gdb-62aa17e322247ded8a0ea6fe3844427fc83ed281.tar.bz2 |
* config/decstation.mh, news.mh (NATDEPFILES): Add corelow.o.
* config/delta88.mt, m88k.mt (TDEPFILES): Remove coredep.o, it's
native dependent.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/config/decstation.mh | 2 | ||||
-rw-r--r-- | gdb/config/delta88.mt | 2 | ||||
-rw-r--r-- | gdb/config/m88k.mt | 2 | ||||
-rw-r--r-- | gdb/config/news.mh | 2 |
5 files changed, 10 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 41b2f77..0a65309 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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). diff --git a/gdb/config/decstation.mh b/gdb/config/decstation.mh index 28da9e3..84dde0c 100644 --- a/gdb/config/decstation.mh +++ b/gdb/config/decstation.mh @@ -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 diff --git a/gdb/config/delta88.mt b/gdb/config/delta88.mt index 7dbb174..887d26d 100644 --- a/gdb/config/delta88.mt +++ b/gdb/config/delta88.mt @@ -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 diff --git a/gdb/config/m88k.mt b/gdb/config/m88k.mt index abb8c85..73e1bed 100644 --- a/gdb/config/m88k.mt +++ b/gdb/config/m88k.mt @@ -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 diff --git a/gdb/config/news.mh b/gdb/config/news.mh index 2042e1a..64f8de85 100644 --- a/gdb/config/news.mh +++ b/gdb/config/news.mh @@ -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 |