From 2607bee41906da4f47d98a92749c11533396838c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 29 Jan 2006 21:02:08 +0000 Subject: Patch by Joseph S. Myers to add support for ARM EABI --- libc/sysdeps/linux/arm/sigrestorer.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/arm/sigrestorer.S') diff --git a/libc/sysdeps/linux/arm/sigrestorer.S b/libc/sysdeps/linux/arm/sigrestorer.S index b4e17326b..cf77c0104 100644 --- a/libc/sysdeps/linux/arm/sigrestorer.S +++ b/libc/sysdeps/linux/arm/sigrestorer.S @@ -26,7 +26,7 @@ .type __default_sa_restorer,%function .align 4 __default_sa_restorer: - swi __NR_sigreturn + DO_CALL (sigreturn) #ifdef __NR_rt_sigreturn @@ -35,6 +35,6 @@ __default_sa_restorer: .type __default_rt_sa_restorer,%function .align 4 __default_rt_sa_restorer: - swi __NR_rt_sigreturn + DO_CALL (rt_sigreturn) #endif -- cgit v1.2.3