riscv32: add setjmp/longjmp and sigreturn
commitc34a8eedff904b7f3d8479bbec0be534e7a01fbb
authorStefan O'Rear <sorear@fastmail.com>
Thu, 3 Sep 2020 09:54:44 +0000 (3 05:54 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 29 Feb 2024 21:36:55 +0000 (29 16:36 -0500)
treea7fe3d205d4ca457dc6947d3360a98ba61d8dcbf
parent11eee89e14ca7ea2ccc02385c3ab7875fb572d46
riscv32: add setjmp/longjmp and sigreturn

Largely copied from riscv64 but required recalculation of offsets.
src/setjmp/riscv32/longjmp.S [new file with mode: 0644]
src/setjmp/riscv32/setjmp.S [new file with mode: 0644]
src/signal/riscv32/restore.s [new file with mode: 0644]
src/signal/riscv32/sigsetjmp.s [new file with mode: 0644]