diff options
author | John Gilmore <gnu@cygnus> | 1992-10-09 11:48:37 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-09 11:48:37 +0000 |
commit | 534c231e2cc3b15e712b3cce25bf3d63111785bc (patch) | |
tree | 6df20a56b66cd537ec6a1f9b37ab61fb969de1c1 /gdb/config | |
parent | 6d685882262468250ae796d77de3fe00bfd17f52 (diff) | |
download | gdb-534c231e2cc3b15e712b3cce25bf3d63111785bc.zip gdb-534c231e2cc3b15e712b3cce25bf3d63111785bc.tar.gz gdb-534c231e2cc3b15e712b3cce25bf3d63111785bc.tar.bz2 |
First cut at support for all BSD variants on 386.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/.Sanitize | 2 | ||||
-rw-r--r-- | gdb/config/i386bsd.mh | 6 | ||||
-rw-r--r-- | gdb/config/i386bsd.mt | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index b90f39d..43a0f5a 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -53,6 +53,8 @@ hppabsd.mt hppahpux.mh hppahpux.mt i386aout.mt +i386bsd.mh +i386bsd.mt i386mach.mh i386sco.mh i386sol2.mh diff --git a/gdb/config/i386bsd.mh b/gdb/config/i386bsd.mh new file mode 100644 index 0000000..dce5754 --- /dev/null +++ b/gdb/config/i386bsd.mh @@ -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 diff --git a/gdb/config/i386bsd.mt b/gdb/config/i386bsd.mt new file mode 100644 index 0000000..3f7ed97 --- /dev/null +++ b/gdb/config/i386bsd.mt @@ -0,0 +1,3 @@ +# Target: Intel 386 running BSD +TDEPFILES= exec.o i386-tdep.o i386-pinsn.o +TM_FILE= tm-i386bsd.h |