diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 10:20:15 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 10:20:15 -0700 |
commit | 30996e936976ebb9fb2895e6c7e9723077927b07 (patch) | |
tree | 736769ea5b8bc24771e6d3f9d9201cc77051e61d /nptl/ChangeLog | |
parent | 289ac4352aa9ac63474e03022a5ad395d8346ee5 (diff) | |
download | glibc-30996e936976ebb9fb2895e6c7e9723077927b07.tar glibc-30996e936976ebb9fb2895e6c7e9723077927b07.tar.gz glibc-30996e936976ebb9fb2895e6c7e9723077927b07.tar.bz2 glibc-30996e936976ebb9fb2895e6c7e9723077927b07.zip |
Use LP_OP(cmp) and RCX_LP on dep_mutex pointer
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 68bae39e74..a7f93b5953 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,10 @@ 2012-05-15 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: Use + LP_OP(cmp) and R8_LP on dep_mutex pointer. + +2012-05-15 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Use LP_OP(mov) to update pointer in memory. Load pointer into RDI_LP. |