diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 04:53:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 04:53:17 +0000 |
commit | d8dcc918599d9711f1e1bdd1d4ade6998fbc7cb2 (patch) | |
tree | ff96cd2143bb2e893e16819de5e5f92898e83230 /sys/arch/m68k/fpe/files.fpe | |
parent | 9043b73586e8eff30f33a97a5b1802f1032c3288 (diff) |
from netbsd:
Still incomplete, but much more complete FPE from Ken Nakata
<kenn@remus.rutgers.edu>. This emulator does not yet emulate
the following functions:
FSINH, FETOXM1, FTANH, FATAN, FASIN, FATANH, FSIN, FTAN,
FETOX, FTWOTOX, FTENTOX, FCOSH, FACOS, FCOS, FSINCOS
It is sufficient, however, to allow programs like df, w, and newfs,
to run to completion with correct results.
Portions of this code were based on the sparc fpe and on initial
work by gwr.
Diffstat (limited to 'sys/arch/m68k/fpe/files.fpe')
-rw-r--r-- | sys/arch/m68k/fpe/files.fpe | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys/arch/m68k/fpe/files.fpe b/sys/arch/m68k/fpe/files.fpe new file mode 100644 index 00000000000..416fcc417d1 --- /dev/null +++ b/sys/arch/m68k/fpe/files.fpe @@ -0,0 +1,24 @@ +# $NetBSD: files.fpe,v 1.2 1995/11/03 04:51:51 briggs Exp $ + +# Config(.new) file for m68k floating point emulator. +# Included by ports that need it. + +file arch/m68k/fpe/fpu_add.c fpu_emulate +file arch/m68k/fpe/fpu_calcea.c fpu_emulate +file arch/m68k/fpe/fpu_div.c fpu_emulate +file arch/m68k/fpe/fpu_emulate.c fpu_emulate +file arch/m68k/fpe/fpu_exp.c fpu_emulate +file arch/m68k/fpe/fpu_explode.c fpu_emulate +file arch/m68k/fpe/fpu_fmovecr.c fpu_emulate +file arch/m68k/fpe/fpu_fscale.c fpu_emulate +file arch/m68k/fpe/fpu_fstore.c fpu_emulate +file arch/m68k/fpe/fpu_getexp.c fpu_emulate +file arch/m68k/fpe/fpu_hyperb.c fpu_emulate +file arch/m68k/fpe/fpu_implode.c fpu_emulate +file arch/m68k/fpe/fpu_int.c fpu_emulate +file arch/m68k/fpe/fpu_log.c fpu_emulate +file arch/m68k/fpe/fpu_mul.c fpu_emulate +file arch/m68k/fpe/fpu_rem.c fpu_emulate +file arch/m68k/fpe/fpu_sqrt.c fpu_emulate +file arch/m68k/fpe/fpu_subr.c fpu_emulate +file arch/m68k/fpe/fpu_trig.c fpu_emulate |