First cut at support for all BSD variants on 386.

This commit is contained in:
John Gilmore 1992-10-09 11:48:37 +00:00
parent 6d68588226
commit 534c231e2c
3 changed files with 11 additions and 0 deletions

View File

@ -53,6 +53,8 @@ hppabsd.mt
hppahpux.mh
hppahpux.mt
i386aout.mt
i386bsd.mh
i386bsd.mt
i386mach.mh
i386sco.mh
i386sol2.mh

6
gdb/config/i386bsd.mh Normal file
View File

@ -0,0 +1,6 @@
# Host: Intel 386 running 386BSD
XDEPFILES= ser-bsd.o
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o coredep.o i386b-nat.o
XM_FILE= xm-i386bsd.h
REGEX=regex.o
REGEX1=regex.o

3
gdb/config/i386bsd.mt Normal file
View File

@ -0,0 +1,3 @@
# Target: Intel 386 running BSD
TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
TM_FILE= tm-i386bsd.h