- Verify that the FPU exception flags weren't clobbered as required by C99.
authormartynas <martynas@openbsd.org>
Sun, 29 Dec 2013 05:46:43 +0000 (05:46 +0000)
committermartynas <martynas@openbsd.org>
Sun, 29 Dec 2013 05:46:43 +0000 (05:46 +0000)
commita94e28f8149bea6eda0ae75e24e24920be746ac1
treeeee6add4c1255c801364d42c3e4cf03ee6e9b8e9
parente39efb47c1ed2fc0d9d6de994f1f3d6e71b68ea3
- Verify that the FPU exception flags weren't clobbered as required by C99.
- Additionally, test _setjmp and sigsetjmp as implementations are different.
regress/lib/libc/setjmp-fpu/Makefile
regress/lib/libc/setjmp-fpu/_setjmp.c [new file with mode: 0644]
regress/lib/libc/setjmp-fpu/main.c [new file with mode: 0644]
regress/lib/libc/setjmp-fpu/setjmp-fpu.c
regress/lib/libc/setjmp-fpu/setjmp.c [new file with mode: 0644]
regress/lib/libc/setjmp-fpu/sigsetjmp.c [new file with mode: 0644]