Initial revision

This commit is contained in:
Fred Fish 1991-11-30 04:49:47 +00:00
parent 8c6e9f05f2
commit 9336ad7aea
2 changed files with 10 additions and 0 deletions

7
gdb/config/i386v4.mh Normal file
View file

@ -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

3
gdb/config/i386v4.mt Normal file
View file

@ -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