sony news native support
authorK. Richard Pixley <rich@cygnus>
Thu, 15 Oct 1992 06:47:31 +0000 (06:47 +0000)
committerK. Richard Pixley <rich@cygnus>
Thu, 15 Oct 1992 06:47:31 +0000 (06:47 +0000)
gdb/.Sanitize
gdb/ChangeLog
gdb/Makefile.in
gdb/config/news.mh
gdb/config/news.mt
gdb/nm-news.h [new file with mode: 0644]

index 76f86b6..60d90dd 100644 (file)
@@ -145,6 +145,7 @@ nindy-tdep.c
 nm-irix3.h
 nm-irix4.h
 nm-mips.h
+nm-news.h
 nm-rs6000.h
 nm-sun2.h
 nm-sun3.h
index 511a67e..1cdcdd4 100644 (file)
@@ -1,5 +1,14 @@
 Wed Oct 14 18:56:28 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
 
+       Sony News native support.
+
+       * Makefile.in (HFILES): added nm-news.h.
+       * nm-news.h: new file.
+       * config/news.mh (XDEPFILES): removed infptrace.o inftarg.o
+         fork-child.o coredep.o to NATDEPFILES.
+         (NAT_FILE, NATDEPFILES): new macros for native support.
+       * config/news.mt (TDEPFILES): removed exec.o.
+
        * remote-vx.c: remove redundant include of sys/time.h.
 
        * infrun.c: include ctype.h.  Otherwise some machines result in
index e3e1f4b..19d8674 100644 (file)
@@ -254,7 +254,7 @@ HFILES=     breakpoint.h buildsym.h call-cmds.h command.h defs.h \
        tm-68k.h tm-hppa.h tm-i960.h tm-sparc.h tm-sunos.h tm-sysv4.h \
        xm-m68k.h xm-sparc.h xm-sysv4.h xm-vax.h \
        nm-irix3.h nm-irix4.h nm-mips.h nm-rs6000.h nm-sun2.h nm-sun3.h \
-       nm-sun4os4.h nm-trash.h
+       nm-sun4os4.h nm-trash.h nm-news.h
 
 REMOTE_EXAMPLES = m68k-stub.c i386-stub.c sparc-stub.c rem-multi.shar
 
index d9c3ee2..2042e1a 100644 (file)
@@ -1,3 +1,5 @@
 # Host: Sony news series 700/800/900 (68020) running NewsOS version 3.
-XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o news-xdep.o
+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 
index f00779a..5c595ea 100644 (file)
@@ -1,3 +1,3 @@
 # Target: Sony news series 700/800/900 (68020) running NewsOS version 3.
-TDEPFILES= m68k-pinsn.o exec.o m68k-tdep.o
+TDEPFILES= m68k-pinsn.o m68k-tdep.o
 TM_FILE= tm-news.h
diff --git a/gdb/nm-news.h b/gdb/nm-news.h
new file mode 100644 (file)
index 0000000..881b734
--- /dev/null
@@ -0,0 +1,20 @@
+/* Parameters for execution on a Sony/NEWS, for GDB, the GNU debugger.
+   Copyright 1987, 1989, 1992 Free Software Foundation, Inc.
+
+This file is part of GDB.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+
+/* This file intentionally empty. */