summaryrefslogtreecommitdiff
path: root/regress/sys
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2018-08-21 18:35:19 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2018-08-21 18:35:19 +0000
commit3d1bf64fabec62eeaefdc5891804d95e807dbaa1 (patch)
tree7bf7b80662d4dc55d1bef821c5699ae5a92a5f41 /regress/sys
parentae72c956001008ada248c4a336640dc328c35340 (diff)
Check the FPU environment of user land processes after exec and the
proc0 kernel thread for FPU initialization values.
Diffstat (limited to 'regress/sys')
-rw-r--r--regress/sys/arch/amd64/fpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sys/arch/amd64/fpu/Makefile b/regress/sys/arch/amd64/fpu/Makefile
index 359b13ae031..f08d0ae5098 100644
--- a/regress/sys/arch/amd64/fpu/Makefile
+++ b/regress/sys/arch/amd64/fpu/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1.1.1 2018/08/21 18:35:18 bluhm Exp $
+# $OpenBSD: Makefile,v 1.1 2018/08/21 18:35:18 bluhm Exp $
PROGS = fenv fdump fdfl feget fxproc0
SRCS_fenv = fenv.S