summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/setjmp-fpu/Makefile
diff options
context:
space:
mode:
authormartynas <>2013-12-29 05:46:43 +0000
committermartynas <>2013-12-29 05:46:43 +0000
commit382438d17af9b7ccce3e4d3890cc9b1785f14d71 (patch)
tree6964000d66f90b242941948bbe0914c21628f79c /src/regress/lib/libc/setjmp-fpu/Makefile
parentc057fa8b78920eb9c3f036141d89633cdb5a2626 (diff)
downloadopenbsd-382438d17af9b7ccce3e4d3890cc9b1785f14d71.tar.gz
openbsd-382438d17af9b7ccce3e4d3890cc9b1785f14d71.tar.bz2
openbsd-382438d17af9b7ccce3e4d3890cc9b1785f14d71.zip
- Verify that the FPU exception flags weren't clobbered as required by C99.
- Additionally, test _setjmp and sigsetjmp as implementations are different.
Diffstat (limited to 'src/regress/lib/libc/setjmp-fpu/Makefile')
-rw-r--r--src/regress/lib/libc/setjmp-fpu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/setjmp-fpu/Makefile b/src/regress/lib/libc/setjmp-fpu/Makefile
index 471de4821c..33d0f7e88a 100644
--- a/src/regress/lib/libc/setjmp-fpu/Makefile
+++ b/src/regress/lib/libc/setjmp-fpu/Makefile
@@ -1,7 +1,7 @@
1# $OpenBSD: Makefile,v 1.1 2013/12/29 01:39:44 martynas Exp $ 1# $OpenBSD: Makefile,v 1.2 2013/12/29 05:46:43 martynas Exp $
2 2
3PROG= setjmp-fpu 3PROG= setjmp-fpu
4SRCS= setjmp-fpu.c 4SRCS= _setjmp.c main.c setjmp.c sigsetjmp.c
5 5
6LDADD= -lm 6LDADD= -lm
7 7