From owner-cvs-all Wed Dec 23 03:57:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03959 for cvs-all-outgoing; Wed, 23 Dec 1998 03:57:11 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03950; Wed, 23 Dec 1998 03:57:07 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA02630; Wed, 23 Dec 1998 03:50:52 -0800 (PST) Date: Wed, 23 Dec 1998 03:50:52 -0800 (PST) Message-Id: <199812231150.DAA02630@freefall.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 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 to access these functions instead of the i386 specific #include Submitted by: Hidetoshi Shimokawa 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