* config/mips/news-mips.mh: Remove coredep.o; mips-nat.o does it.

* config/mips/news-mips.mh: Define NAT_FILE not NM_FILE.
	* config/mips/nm-news-mips.h: Include mips/nm-mips.h not nm-mips.h.
This commit is contained in:
Jim Kingdon 1993-10-03 00:39:42 +00:00
parent bc991bc903
commit bde18e3eaa
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
Sat Oct 2 19:28:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* config/mips/news-mips.mh: Remove coredep.o; mips-nat.o does it.
* config/mips/news-mips.mh: Define NAT_FILE not NM_FILE.
* config/mips/nm-news-mips.h: Include mips/nm-mips.h not nm-mips.h.
Sat Oct 2 16:05:22 1993 Stu Grossman (grossman at cygnus.com)
* Makefile.in, coff-solib.c, coff-solib.h, i386lynx.mt,

View File

@ -1,4 +1,4 @@
# Host: Big-endian MIPS machine such as Sony News
NATDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o mips-nat.o
NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o mips-nat.o
XM_FILE= xm-news-mips.h
NM_FILE= nm-news-mips.h
NAT_FILE= nm-news-mips.h

View File

@ -31,4 +31,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Kernel is a bit tenacious about sharing text segments, disallowing bpts. */
#define ONE_PROCESS_WRITETEXT
#include "nm-mips.h"
#include "mips/nm-mips.h"