Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-04 | xtensa: add FDPIC support | Max Filippov | |
This change implements Xtensa FDPIC ABI as specified in the first version of the following document: https://github.com/jcmvbkbc/xtensa-abi/blob/master/fdpic-xtensa.txt Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> | |||
2022-06-20 | xtensa: implement user context manipulation functions | Max Filippov | |
Implement getcontext, makecontext, setcontext and swapcontext. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> |