First cut at support for all BSD variants on 386.
This commit is contained in:
parent
6d68588226
commit
534c231e2c
@ -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
6
gdb/config/i386bsd.mh
Normal 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
3
gdb/config/i386bsd.mt
Normal file
@ -0,0 +1,3 @@
|
||||
# Target: Intel 386 running BSD
|
||||
TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
|
||||
TM_FILE= tm-i386bsd.h
|
Loading…
Reference in New Issue
Block a user