From: Fred Fish Date: Sat, 30 Nov 1991 04:49:47 +0000 (+0000) Subject: Initial revision X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9336ad7aeaa6004034058af5120de51ccdfd8c72;p=binutils-gdb.git Initial revision --- diff --git a/gdb/config/i386v4.mh b/gdb/config/i386v4.mh new file mode 100644 index 00000000000..6d7592d3183 --- /dev/null +++ b/gdb/config/i386v4.mh @@ -0,0 +1,7 @@ +# Host: Intel 386 running SVR4. +XDEPFILES= procfs.o i386-xdep.o +XM_FILE= xm-i386v4.h +XM_CLIBS= +SYSV_DEFINE=-DSYSV +REGEX=regex.o +REGEX1=regex.o diff --git a/gdb/config/i386v4.mt b/gdb/config/i386v4.mt new file mode 100644 index 00000000000..57e55c204c1 --- /dev/null +++ b/gdb/config/i386v4.mt @@ -0,0 +1,3 @@ +# Target: Intel 386 running SVR4 +TDEPFILES= exec.o i386-pinsn.o i386-tdep.o i387-tdep.o +TM_FILE= tm-i386v4.h