* i387-tdep.c: New file, consolidates most 80387 support,
and eliminates host dependency on double<->extended conversions. * i386-xdep.c, symm-xdep.c: Remove most 387 support. * xconfig/i386{sco,v,v-g,v32,v32-g}: Now need i387-tdep.o.
This commit is contained in:
parent
5142120ece
commit
50ee356a16
@ -1,5 +1,5 @@
|
||||
# Host: Intel 386 running SCO Unix (pre-SVR4)
|
||||
XDEPFILES= infptrace.o coredep.o i386-xdep.o
|
||||
XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o
|
||||
XM_FILE= xm-i386sco.h
|
||||
XM_CLIBS= -lPW
|
||||
SYSV_DEFINE=-DSYSV
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Host: Intel 386 running System V, using COFF encapsulation
|
||||
XDEPFILES= infptrace.o coredep.o i386-xdep.o
|
||||
XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o
|
||||
XM_FILE= xm-i386v.h
|
||||
XM_CLIBS= -lPW
|
||||
SYSV_DEFINE=-DSYSV
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Host: Intel 386 running System V
|
||||
XDEPFILES= infptrace.o coredep.o i386-xdep.o
|
||||
XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o
|
||||
XM_FILE= xm-i386v.h
|
||||
XM_CLIBS= -lPW
|
||||
SYSV_DEFINE=-DSYSV
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Host: Intel 386 running System V release 3.2, using COFF encapsulation
|
||||
XDEPFILES= infptrace.o coredep.o i386-xdep.o
|
||||
XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o
|
||||
XM_FILE= xm-i386v32.h
|
||||
XM_CLIBS= -lPW
|
||||
SYSV_DEFINE=-DSYSV
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Host: Intel 386 running System V release 3.2
|
||||
XDEPFILES= infptrace.o coredep.o i386-xdep.o
|
||||
XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o
|
||||
XM_FILE= xm-i386v32.h
|
||||
XM_CLIBS= -lPW
|
||||
SYSV_DEFINE=-DSYSV
|
||||
|
Loading…
Reference in New Issue
Block a user