Skip to content
Commit 44c64e6b authored by Chris Zankel's avatar Chris Zankel
Browse files

[XTENSA] Add support for the sa_restorer function



Supporting the sa_restorer function allows for better security
since the sigreturn system call doesn't need to be placed on
the stack, so the stack doesn't need to be executable. This
requires support from the c-library as it has to provide the
restorer function.

Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent c658eac6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment