* sysdeps/x86_64/bsd-setjmp.S [PIC] (setjmp): Add missing jmp.
This commit is contained in:
parent
c7d1182906
commit
1f0996ef0d
@ -1,3 +1,7 @@
|
||||
2005-12-17 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/x86_64/bsd-setjmp.S [PIC] (setjmp): Add missing jmp.
|
||||
|
||||
2005-12-14 Thorsten Kukuk <kukuk@suse.de>
|
||||
|
||||
* nscd/Makefile: Don't build nscd_nischeck.
|
||||
|
@ -33,6 +33,7 @@ ENTRY (BP_SYM (setjmp))
|
||||
/* Set up arguments, we only need to set the 2nd arg. */
|
||||
movl $1, %esi
|
||||
#ifdef PIC
|
||||
jmp HIDDEN_JUMPTARGET (__sigsetjmp)
|
||||
#else
|
||||
jmp BP_SYM (__sigsetjmp)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user