* config/mips/news-mips.mh: Remove coredep.o; mips-nat.o does it.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 3 Oct 1993 00:39:42 +0000 (00:39 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 3 Oct 1993 00:39:42 +0000 (00:39 +0000)
* 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.

gdb/ChangeLog
gdb/config/mips/news-mips.mh
gdb/config/mips/nm-news-mips.h

index c103c50..c092eec 100644 (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,
index f80db62..620fbaa 100644 (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
index c379d7a..01bdf83 100644 (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"