old-cross-binutils/gdb/config/sun3os3.mh
K. Richard Pixley 93282e6139 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.
1992-10-01 22:44:25 +00:00

5 lines
160 B
Text

# Host: Sun 3, running SunOS 3
XDEPFILES= fork-child.o
XM_FILE= xm-sun3.h
NAT_FILE= nm-sun3.h
NATDEPFILES= inftarg.o infptrace.o inftarg.o corelow.o sun3-nat.o