Date: Wed, 23 Dec 1998 03:50:52 -0800 (PST) From: Doug Rabson <dfr@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha machdep.c sys_machdep.c src/sys/alpha/include alpha_cpu.h fpu.h ieeefp.h sysarch.h src/lib/libc/alpha SYS.h src/lib/libc/alpha/gen Makefile.inc fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c ... Message-ID: <199812231150.DAA02630@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 1998/12/23 03:50:52 PST
Modified files:
sys/alpha/alpha machdep.c sys_machdep.c
sys/alpha/include alpha_cpu.h fpu.h ieeefp.h sysarch.h
lib/libc/alpha SYS.h
lib/libc/alpha/gen Makefile.inc fpgetmask.c fpgetround.c
fpgetsticky.c fpsetmask.c fpsetround.c
fpsetsticky.c
lib/libc/alpha/sys cerror.S
lib/msun Makefile
include Makefile
Added files:
include ieeefp.h
Log:
Implement fpsetmask() and other fp*() functions. Programs should use
#include <ieeefp.h>
to access these functions instead of the i386 specific
#include <machine/floatingpoint.h>
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
Revision Changes Path
1.28 +42 -1 src/sys/alpha/alpha/machdep.c
1.3 +46 -1 src/sys/alpha/alpha/sys_machdep.c
1.4 +5 -3 src/sys/alpha/include/alpha_cpu.h
1.2 +11 -1 src/sys/alpha/include/fpu.h
1.2 +9 -7 src/sys/alpha/include/ieeefp.h
1.2 +4 -2 src/sys/alpha/include/sysarch.h
1.4 +2 -2 src/lib/libc/alpha/SYS.h
1.5 +3 -5 src/lib/libc/alpha/gen/Makefile.inc
1.2 +9 -2 src/lib/libc/alpha/gen/fpgetmask.c
1.2 +3 -4 src/lib/libc/alpha/gen/fpgetround.c
1.2 +8 -2 src/lib/libc/alpha/gen/fpgetsticky.c
1.2 +10 -2 src/lib/libc/alpha/gen/fpsetmask.c
1.2 +7 -10 src/lib/libc/alpha/gen/fpsetround.c
1.2 +14 -2 src/lib/libc/alpha/gen/fpsetsticky.c
1.3 +3 -3 src/lib/libc/alpha/sys/cerror.S
1.21 +2 -1 src/lib/msun/Makefile
1.89 +2 -2 src/include/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812231150.DAA02630>
