aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-10-15 06:47:31 +0000
committerK. Richard Pixley <rich@cygnus>1992-10-15 06:47:31 +0000
commit75365589180b15eea551399299262f81c574fa57 (patch)
tree34b8e736ed1b239183189663d5daf59a3b33c794 /gdb
parent170d4f55ba6bffc819f0bf00767c9de68952b17e (diff)
downloadgdb-75365589180b15eea551399299262f81c574fa57.zip
gdb-75365589180b15eea551399299262f81c574fa57.tar.gz
gdb-75365589180b15eea551399299262f81c574fa57.tar.bz2
sony news native support
Diffstat (limited to 'gdb')
-rw-r--r--gdb/.Sanitize1
-rw-r--r--gdb/ChangeLog9
-rw-r--r--gdb/Makefile.in2
-rw-r--r--gdb/config/news.mh4
-rw-r--r--gdb/config/news.mt2
-rw-r--r--gdb/nm-news.h20
6 files changed, 35 insertions, 3 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize
index 76f86b6..60d90dd 100644
--- a/gdb/.Sanitize
+++ b/gdb/.Sanitize
@@ -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
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 511a67e..1cdcdd4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index e3e1f4b..19d8674 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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
diff --git a/gdb/config/news.mh b/gdb/config/news.mh
index d9c3ee2..2042e1a 100644
--- a/gdb/config/news.mh
+++ b/gdb/config/news.mh
@@ -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
diff --git a/gdb/config/news.mt b/gdb/config/news.mt
index f00779a..5c595ea 100644
--- a/gdb/config/news.mt
+++ b/gdb/config/news.mt
@@ -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
index 0000000..881b734
--- /dev/null
+++ b/gdb/nm-news.h
@@ -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. */