[XTENSA] Add support for the sa_restorer function
authorChris Zankel <chris@zankel.net>
Fri, 11 Jan 2008 19:44:17 +0000 (11:44 -0800)
committerChris Zankel <chris@zankel.net>
Thu, 14 Feb 2008 01:42:31 +0000 (17:42 -0800)
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>

No differences found