Re: PATCH: Update x32 rt_sigreturn syscall number to 0x40000201
"H.J. Lu" writes: > The final rt_sigreturn syscall number is changed to 0x4201 in > Linux kernel v3.4-rc1. This patch updates x32 rt_sigreturn syscall > number. OK for trunk and 4.7 branch? Sure. Ian
PATCH: Update x32 rt_sigreturn syscall number to 0x40000201
On Tue, Aug 2, 2011 at 9:38 PM, Ian Lance Taylor wrote: > "H.J. Lu" writes: > >> 2011-08-02 H.J. Lu >> >> * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): New. >> (x86_64_fallback_frame_state): Use RT_SIGRETURN_SYSCALL and >> long long to check rt_sigreturn syscall. > > T