commit | 44c64e6b15ceab6a4927f54e1081a74ba096b95a | [log] [tgz] |
---|---|---|
author | Chris Zankel <chris@zankel.net> | Fri Jan 11 11:44:17 2008 -0800 |
committer | Chris Zankel <chris@zankel.net> | Wed Feb 13 17:42:31 2008 -0800 |
tree | fc96c7ddee6fa82655ada03f9f0ba2e9badf3d32 | |
parent | c658eac628aa8df040dfe614556d95e6da3a9ffb [diff] |
[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: Chris Zankel <chris@zankel.net>