diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 10:19:11 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 10:19:11 -0700 |
commit | 289ac4352aa9ac63474e03022a5ad395d8346ee5 (patch) | |
tree | 747943f4d3b67039a5b0636411e4ce6cc318993a /nptl/ChangeLog | |
parent | 890d8bd8547e7342e65b39aabcedf8398ee51e05 (diff) | |
download | glibc-289ac4352aa9ac63474e03022a5ad395d8346ee5.tar glibc-289ac4352aa9ac63474e03022a5ad395d8346ee5.tar.gz glibc-289ac4352aa9ac63474e03022a5ad395d8346ee5.tar.bz2 glibc-289ac4352aa9ac63474e03022a5ad395d8346ee5.zip |
Use LP_OP(mov) and RDI_LP on 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 d1ca161742..68bae39e74 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/cancellation.S: Use LP_OP(mov) + to update pointer in memory. Load pointer into RDI_LP. + +2012-05-15 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (LLL_STUB_UNWIND_INFO_START): Align label to LP_SIZE instead of 8. |