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 /gdb/config/decstation.mh | |
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.
Diffstat (limited to 'gdb/config/decstation.mh')
-rw-r--r-- | gdb/config/decstation.mh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |