diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 13:39:25 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 13:39:25 -0700 |
commit | d9754f5572a0bde769804157cf2e47a47fd65b9c (patch) | |
tree | 406cebe60cd58dfc27c406c88d4d85b98542a385 /nptl/ChangeLog | |
parent | 2953ec750f08b58aa2197cd222e3763014536b58 (diff) | |
download | glibc-d9754f5572a0bde769804157cf2e47a47fd65b9c.tar.gz glibc-d9754f5572a0bde769804157cf2e47a47fd65b9c.tar.xz glibc-d9754f5572a0bde769804157cf2e47a47fd65b9c.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 3927717f19..133af22726 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_signal.S: Use + LP_OP(cmp) and RCX_LP on dep_mutex pointer. + +2012-05-15 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Use LP_OP(op) on NWAITERS. (__gcc_personality_v0): Replace 8-byte data alignment with |