aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-05-18 13:43:09 -0700
committerH.J. Lu <hjl.tools@gmail.com>2016-05-18 13:43:26 -0700
commit16cd2b35c295dd7a6655969c7d5a217058de2863 (patch)
tree56c2c667b2404c9e36899c755f1cff150f31f83f /ChangeLog
parentd29261db22b797e1670730f819f9296251dd42ea (diff)
downloadglibc-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02db57a5ee..6fd5c45e4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ...