mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
First cut at support for all BSD variants on 386.
This commit is contained in:
@ -53,6 +53,8 @@ hppabsd.mt
|
|||||||
hppahpux.mh
|
hppahpux.mh
|
||||||
hppahpux.mt
|
hppahpux.mt
|
||||||
i386aout.mt
|
i386aout.mt
|
||||||
|
i386bsd.mh
|
||||||
|
i386bsd.mt
|
||||||
i386mach.mh
|
i386mach.mh
|
||||||
i386sco.mh
|
i386sco.mh
|
||||||
i386sol2.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
|
Reference in New Issue
Block a user