CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/07/27 07:31:26
Modified files: sys/arch/arm64/arm64: locore.S Log message: Use ".arch_extension fp" for the signal trampoline since it saves and restores the FPU registers (running in userland). And add an ".arch_extension nofp" afterwards such that the remaining kernel code can't touch the FPU. Needed to build with clang18 ok jsg@