mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Call __setcontext with HIDDEN_JUMPTARGET
i386 __makecontext should call __setcontext with HIDDEN_JUMPTARGET. [BZ #18822] * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Don't load %ebx when calling __setcontext. Call __setcontext with HIDDEN_JUMPTARGET. * sysdeps/unix/sysv/linux/i386/setcontext.S (__setcontext): Add libc_hidden_def.
This commit is contained in:
@@ -91,5 +91,6 @@ ENTRY(__setcontext)
|
||||
|
||||
ret
|
||||
PSEUDO_END(__setcontext)
|
||||
libc_hidden_def (__setcontext)
|
||||
|
||||
weak_alias (__setcontext, setcontext)
|
||||
|
||||
Reference in New Issue
Block a user