* sysdeps/x86_64/bsd-setjmp.S [PIC] (setjmp): Add missing jmp.

This commit is contained in:
Ulrich Drepper 2005-12-17 22:48:36 +00:00
parent c7d1182906
commit 1f0996ef0d
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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