diff options
author | martynas <> | 2013-12-29 05:46:43 +0000 |
---|---|---|
committer | martynas <> | 2013-12-29 05:46:43 +0000 |
commit | 382438d17af9b7ccce3e4d3890cc9b1785f14d71 (patch) | |
tree | 6964000d66f90b242941948bbe0914c21628f79c /src/regress/lib/libc/setjmp-fpu/Makefile | |
parent | c057fa8b78920eb9c3f036141d89633cdb5a2626 (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
3 | PROG= setjmp-fpu | 3 | PROG= setjmp-fpu |
4 | SRCS= setjmp-fpu.c | 4 | SRCS= _setjmp.c main.c setjmp.c sigsetjmp.c |
5 | 5 | ||
6 | LDADD= -lm | 6 | LDADD= -lm |
7 | 7 | ||