riscv32: add thread support
commitb28c44de8c3131b45588f61569b1711c987ba1c3
authorStefan O'Rear <sorear@fastmail.com>
Thu, 3 Sep 2020 09:56:46 +0000 (3 05:56 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 29 Feb 2024 21:36:55 +0000 (29 16:36 -0500)
tree7d96859d2728bdf84695978b22c53e6563c896c8
parentc34a8eedff904b7f3d8479bbec0be534e7a01fbb
riscv32: add thread support

Identical to riscv64 except for stack offsets in clone.
src/thread/riscv32/__set_thread_area.s [new file with mode: 0644]
src/thread/riscv32/__unmapself.s [new file with mode: 0644]
src/thread/riscv32/clone.s [new file with mode: 0644]
src/thread/riscv32/syscall_cp.s [new file with mode: 0644]