blob: 3f6f284f278bf4822a1386b361a5f30fcf385941 [file] [log] [blame]
Matt Fischere4fa46e2010-01-11 10:02:06 +08001.global __sig_restorer
2
3/* This is the opcode sequence GDB looks for in order to recognize
4 this stack frame as a signal trampoline (see sigaction.c) */
5__sig_restorer:
6 mov r7, #119 /* __NR_sigreturn */
7 swi #0