From 24590f6607cdf19ef42d650ed1a8e6c66d2ef574 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 2 Apr 2012 16:17:21 +0000 Subject: [PATCH] Update x32 rt_sigreturn syscall number to 0x40000201 2012-04-02 H.J. Lu * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): Update x32 system call number. From-SVN: r186087 --- libgcc/ChangeLog | 5 +++++ libgcc/config/i386/linux-unwind.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 0adcc5ac1dba..354b3ceedf8e 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2012-04-02 H.J. Lu + + * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): Update x32 + system call number. + 2012-03-31 Eric Botcazou * config/ia64/unwind-ia64.c (uw_install_context): Manually save LC diff --git a/libgcc/config/i386/linux-unwind.h b/libgcc/config/i386/linux-unwind.h index aef2692b1415..ad0ccfa0be7a 100644 --- a/libgcc/config/i386/linux-unwind.h +++ b/libgcc/config/i386/linux-unwind.h @@ -54,7 +54,7 @@ x86_64_fallback_frame_state (struct _Unwind_Context *context, #ifdef __LP64__ #define RT_SIGRETURN_SYSCALL 0x050f0000000fc0c7ULL #else -#define RT_SIGRETURN_SYSCALL 0x050f40002006c0c7ULL +#define RT_SIGRETURN_SYSCALL 0x050f40000201c0c7ULL #endif if (*(unsigned char *)(pc+0) == 0x48 && *(unsigned long long *)(pc+1) == RT_SIGRETURN_SYSCALL) -- 2.39.5