diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 10:24:19 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 10:24:19 -0700 |
commit | 6cae4b26ca10528e765cfa72a76ad12aa6f05a3a (patch) | |
tree | 9cebb7f84569ef714c4cea262787258645b5f2b4 /nptl/ChangeLog | |
parent | 592f90e6ec52961ec44300f489d90b6231e85566 (diff) | |
download | glibc-6cae4b26ca10528e765cfa72a76ad12aa6f05a3a.tar.gz glibc-6cae4b26ca10528e765cfa72a76ad12aa6f05a3a.tar.xz glibc-6cae4b26ca10528e765cfa72a76ad12aa6f05a3a.zip |
Use LP_SIZE and ASM_ADDR in pthread_once.S
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index dab7c27073..1b2f7f7114 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,11 @@ 2012-05-15 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/pthread_once.S + (__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_wait.S: Use LP_OP(cmp), RSI_LP and R8_LP on dep_mutex pointer. Load __vdso_clock_gettime pointer into RAX_LP. |