From cedfee12f7d479bb5d7f3245d4cdac3038d2fb50 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 30 Oct 2000 22:09:42 +0000 Subject: Fix symbol problem. Add in arm support -- might even work... --- libc/sysdeps/linux/i386/setjmp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/i386') diff --git a/libc/sysdeps/linux/i386/setjmp.S b/libc/sysdeps/linux/i386/setjmp.S index 466fed2ba..b96796eca 100644 --- a/libc/sysdeps/linux/i386/setjmp.S +++ b/libc/sysdeps/linux/i386/setjmp.S @@ -54,7 +54,7 @@ __sigsetjmp: L(here): popl %ecx addl $_GLOBAL_OFFSET_TABLE_+[.-L(here)], %ecx - movl C_SYMBOL_NAME(__sigjmp_save@GOT)(%ecx), %ecx + movl (__sigjmp_save)(%ecx), %ecx jmp *%ecx #else jmp __sigjmp_save -- cgit v1.2.3