From: Sean Eric Fagan Date: Mon, 23 Aug 1993 07:46:47 +0000 (+0000) Subject: Added support for netbsd386 (almost-but-not-quite 386bsd). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8b29363645e6b3a13c2d22909cff0db1f9a0c0f;p=binutils-gdb.git Added support for netbsd386 (almost-but-not-quite 386bsd). --- diff --git a/gdb/config/i386/.Sanitize b/gdb/config/i386/.Sanitize index af899523863..2bd235688c3 100644 --- a/gdb/config/i386/.Sanitize +++ b/gdb/config/i386/.Sanitize @@ -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 index 00000000000..402d6af3b13 --- /dev/null +++ b/gdb/config/i386/netbsd386.mt @@ -0,0 +1,3 @@ +# Target: Intel 386 running BSD +TDEPFILES= i386-tdep.o i386-pinsn.o +TM_FILE= tm-i386bsd.h