Added support for netbsd386 (almost-but-not-quite 386bsd).
authorSean Eric Fagan <sef@cygnus>
Mon, 23 Aug 1993 07:46:47 +0000 (07:46 +0000)
committerSean Eric Fagan <sef@cygnus>
Mon, 23 Aug 1993 07:46:47 +0000 (07:46 +0000)
gdb/config/i386/.Sanitize
gdb/config/i386/netbsd386.mt [new file with mode: 0644]

index af89952..2bd2356 100644 (file)
@@ -44,6 +44,7 @@ linux.mh
 linux.mt
 ncr3000.mh
 ncr3000.mt
+netbsd386.mt
 nm-i386aix.h
 nm-i386bsd.h
 nm-i386lynx.h
diff --git a/gdb/config/i386/netbsd386.mt b/gdb/config/i386/netbsd386.mt
new file mode 100644 (file)
index 0000000..402d6af
--- /dev/null
@@ -0,0 +1,3 @@
+# Target: Intel 386 running BSD
+TDEPFILES= i386-tdep.o i386-pinsn.o
+TM_FILE= tm-i386bsd.h