The regress/sys/arch/amd64/fpu/fenv.S utility issues "direct" syscalls
authoranton <anton@openbsd.org>
Mon, 1 Apr 2024 18:52:34 +0000 (18:52 +0000)
committeranton <anton@openbsd.org>
Mon, 1 Apr 2024 18:52:34 +0000 (18:52 +0000)
commitb9fcb1698cd154a339319f0e446a1dc0a9cf5891
treed2b8ca851aed5b0f488fbe0da199b88b21d7fc17
parentaea7491c2ac1b70d02fdf64ac4d3828590db8e36
The regress/sys/arch/amd64/fpu/fenv.S utility issues "direct" syscalls
which does not go through libc. This is no longer possible due to
pinsyscalls(2). Borrow the PINSYSCALL asm macro from libc/arch/DEFS.h to
setup a .openbsd.syscalls section.
regress/sys/arch/amd64/fpu/fenv.S