From 9336ad7aeaa6004034058af5120de51ccdfd8c72 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sat, 30 Nov 1991 04:49:47 +0000 Subject: [PATCH] Initial revision --- gdb/config/i386v4.mh | 7 +++++++ gdb/config/i386v4.mt | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 gdb/config/i386v4.mh create mode 100644 gdb/config/i386v4.mt diff --git a/gdb/config/i386v4.mh b/gdb/config/i386v4.mh new file mode 100644 index 0000000..6d7592d --- /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 0000000..57e55c2 --- /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 -- 2.7.4