diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-05-18 13:41:43 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-05-18 13:41:55 -0700 |
commit | d29261db22b797e1670730f819f9296251dd42ea (patch) | |
tree | cb38ec68ab8e22fb03aa7d5c6f6779e6fa275419 /ChangeLog | |
parent | 48526672b61d8cf65ac7aba40053a81498183104 (diff) | |
download | glibc-d29261db22b797e1670730f819f9296251dd42ea.tar.gz glibc-d29261db22b797e1670730f819f9296251dd42ea.tar.xz glibc-d29261db22b797e1670730f819f9296251dd42ea.zip |
Don't call internal __pthread_unwind via PLT
Add PTHREAD_UNWIND to replace JUMPTARGET(__pthread_unwind) and define it to __GI___pthread_unwind within libpthread. * sysdeps/unix/sysv/linux/x86_64/cancellation.S (PTHREAD_UNWIND): New (__pthread_unwind): Renamed to ... (PTHREAD_UNWIND): This. (__pthread_enable_asynccancel): Replace JUMPTARGET(__pthread_unwind) with PTHREAD_UNWIND.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ee3cb0e1b3..02db57a5ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +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 ... + (PTHREAD_UNWIND): This. + (__pthread_enable_asynccancel): Replace + JUMPTARGET(__pthread_unwind) with PTHREAD_UNWIND. + 2016-05-18 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/bits/sched.h [__USE_GNU] |