diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 10:21:32 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 10:21:32 -0700 |
commit | 0e8860ad21c60450da7e08c36975a88667c4d4be (patch) | |
tree | 20fab1224b0ad731dd67034285d0e70f2bd9a358 /nptl/ChangeLog | |
parent | 30996e936976ebb9fb2895e6c7e9723077927b07 (diff) | |
download | glibc-0e8860ad21c60450da7e08c36975a88667c4d4be.tar glibc-0e8860ad21c60450da7e08c36975a88667c4d4be.tar.gz glibc-0e8860ad21c60450da7e08c36975a88667c4d4be.tar.bz2 glibc-0e8860ad21c60450da7e08c36975a88667c4d4be.zip |
Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDR
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a7f93b5953..5580286064 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,13 @@ 2012-05-15 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Use + LP_OP(cmp), RSI_LP and R8_LP on dep_mutex pointer. Load + __vdso_clock_gettime pointer into RAX_LP. + (__gcc_personality_v0): Replace 8-byte data alignment with + LP_SIZE alignment and .quad with ASM_ADDR. + +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. |