diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-05-18 13:43:09 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-05-18 13:43:26 -0700 |
commit | 16cd2b35c295dd7a6655969c7d5a217058de2863 (patch) | |
tree | 56c2c667b2404c9e36899c755f1cff150f31f83f /ChangeLog | |
parent | d29261db22b797e1670730f819f9296251dd42ea (diff) | |
download | glibc-16cd2b35c295dd7a6655969c7d5a217058de2863.tar glibc-16cd2b35c295dd7a6655969c7d5a217058de2863.tar.gz glibc-16cd2b35c295dd7a6655969c7d5a217058de2863.tar.bz2 glibc-16cd2b35c295dd7a6655969c7d5a217058de2863.zip |
Don't call internal _Unwind_Resume via PLT
There is no need to call the internal funtion, _Unwind_Resume, which
is defined in unwind-forcedunwind.c, via PLT.
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
(__condvar_cleanup2): Remove JUMPTARGET from _Unwind_Resume
call.
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
(__condvar_cleanup1): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2016-05-18 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S + (__condvar_cleanup2): Remove JUMPTARGET from _Unwind_Resume + call. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S + (__condvar_cleanup1): Likewise. + +2016-05-18 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/cancellation.S (PTHREAD_UNWIND): New (__pthread_unwind): Renamed to ... |