First cut at support for all BSD variants on 386.
authorJohn Gilmore <gnu@cygnus>
Fri, 9 Oct 1992 11:48:37 +0000 (11:48 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 9 Oct 1992 11:48:37 +0000 (11:48 +0000)
gdb/config/.Sanitize
gdb/config/i386bsd.mh [new file with mode: 0644]
gdb/config/i386bsd.mt [new file with mode: 0644]

index b90f39d659398bba0559081741c9d3b867e4c431..43a0f5a0dff8b0e7d99382c8ef76cc4a05185551 100644 (file)
@@ -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 (file)
index 0000000..dce5754
--- /dev/null
@@ -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 (file)
index 0000000..3f7ed97
--- /dev/null
@@ -0,0 +1,3 @@
+# Target: Intel 386 running BSD
+TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
+TM_FILE= tm-i386bsd.h