diff options
author | Fred Fish <fnf@specifix.com> | 1991-11-30 04:49:47 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-11-30 04:49:47 +0000 |
commit | 9336ad7aeaa6004034058af5120de51ccdfd8c72 (patch) | |
tree | 0bfaaba94ead4260ce6716111cc56892232a6c46 | |
parent | 8c6e9f05f2ba8e0211862d77b9f54f1ac7e4538d (diff) | |
download | gdb-9336ad7aeaa6004034058af5120de51ccdfd8c72.zip gdb-9336ad7aeaa6004034058af5120de51ccdfd8c72.tar.gz gdb-9336ad7aeaa6004034058af5120de51ccdfd8c72.tar.bz2 |
Initial revision
-rw-r--r-- | gdb/config/i386v4.mh | 7 | ||||
-rw-r--r-- | gdb/config/i386v4.mt | 3 |
2 files changed, 10 insertions, 0 deletions
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 |