aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sun3os4.mh
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-10-01 22:44:25 +0000
committerK. Richard Pixley <rich@cygnus>1992-10-01 22:44:25 +0000
commit93282e61398111d4b5da995f46cf5493dba47153 (patch)
treeb57b176990d5a1e354f7ad2aeb33ba73df7406a2 /gdb/config/sun3os4.mh
parent4090fe1c2bd15b1513674efc5b55ea036a481ee5 (diff)
downloadgdb-93282e61398111d4b5da995f46cf5493dba47153.zip
gdb-93282e61398111d4b5da995f46cf5493dba47153.tar.gz
gdb-93282e61398111d4b5da995f46cf5493dba47153.tar.bz2
Sun3 native support.
* config/sun3os3.mh, config/sun3os4.mh (NAT_FILE, NATDEPFILES): new macros for native support. (XDEPFILES): moved infptrace.o and inftarg.o to NATDEPFILES, removed sun3-xdep.o. * xm-sun3.h (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS): moved to nm-sun3.h. * sun3-xdep.c: removed. All code is now in sun3-nat.c. * sun3-nat.c, nm-sun3.h: new files for native support.
Diffstat (limited to 'gdb/config/sun3os4.mh')
-rw-r--r--gdb/config/sun3os4.mh4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/sun3os4.mh b/gdb/config/sun3os4.mh
index 7ea5dca..747cf76 100644
--- a/gdb/config/sun3os4.mh
+++ b/gdb/config/sun3os4.mh
@@ -1,3 +1,5 @@
# Host: Sun 3, running SunOS 4
-XDEPFILES= infptrace.o inftarg.o fork-child.o sun3-xdep.o
+XDEPFILES= fork-child.o
XM_FILE= xm-sun3os4.h
+NAT_FILE= nm-sun3.h
+NATDEPFILES= inftarg.o infptrace.o inftarg.o corelow.o sun3-nat.o