Call __setcontext with HIDDEN_JUMPTARGET
commit7e58ab243de4a89c49eec1521970c2a05c9e4adc
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 19 Aug 2015 11:39:47 +0000 (19 04:39 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 19 Aug 2015 11:41:01 +0000 (19 04:41 -0700)
treec341573953abc971e9f172408132005856ba6b00
parent3552daa7ac08c8dd2fc59393fc57e0b4e7aec94e
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.
ChangeLog
sysdeps/unix/sysv/linux/i386/makecontext.S
sysdeps/unix/sysv/linux/i386/setcontext.S