summaryrefslogtreecommitdiff
path: root/src/setjmp/riscv32/setjmp.S
AgeCommit message (Collapse)Author
2025-08-16riscv: fix setjmp assembly when compiling for ilp32f/lp64f.Alex Rønne Petersen
per the psABI, floating point register contents beyond the register size of the targeted ABI variant are never call-saved, so no hwcap-conditional logic is needed here and the assembly-time conditions are based purely on ABI variant macros, not the targeted ISA level.
2024-02-29riscv32: add setjmp/longjmp and sigreturnStefan O'Rear
Largely copied from riscv64 but required recalculation of offsets.