diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 12:48:26 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 12:48:26 -0700 |
commit | dde05f0093424253cea3f7bc19a3c14dee2e65d7 (patch) | |
tree | afff4a7bb6a9efce249e7b7a10469e1bd02faa0d /nptl/ChangeLog | |
parent | 9dba3b5c0a0c0144f712a4a9d254369767877fa8 (diff) | |
download | glibc-dde05f0093424253cea3f7bc19a3c14dee2e65d7.tar.gz glibc-dde05f0093424253cea3f7bc19a3c14dee2e65d7.tar.xz glibc-dde05f0093424253cea3f7bc19a3c14dee2e65d7.zip |
Use LP_OP(op), LP_SIZE and ASM_ADDR in sem_wait.S
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 6d61b901ff..3927717f19 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,12 @@ 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 + LP_SIZE alignment and .quad with ASM_ADDR. + +2012-05-15 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Use LP_OP(op) on NWAITERS. (__gcc_personality_v0): Replace 8-byte data alignment with |