diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-10-06 16:08:32 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-10-06 16:08:32 -0500 |
commit | 47d4623785559a031ce33b266d1f9b5a2fd24d47 (patch) | |
tree | 1ee3175691a976d36c0c28786b6c46aa469be234 /ChangeLog | |
parent | 563a74d86ca2be355e6842b6fe15c33c42a5fab7 (diff) | |
download | glibc-47d4623785559a031ce33b266d1f9b5a2fd24d47.zip glibc-47d4623785559a031ce33b266d1f9b5a2fd24d47.tar.gz glibc-47d4623785559a031ce33b266d1f9b5a2fd24d47.tar.bz2 |
powerpc: remove linux lowlevellock.h
This patch remove the powerpc specific lowlevellock.h and adjust some
implementation that rely on __lll_[rel/acq]_instr defines.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,14 @@ -2014-10-02 Chris Metcalf <cmetcalf@tilera.com> +2014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file. + * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c + (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of + __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr. + * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): + Likewise. + (__old_sem_post): Likewise. + +2014-10-06 Chris Metcalf <cmetcalf@tilera.com> * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define INLINE_VSYSCALL, INTERNAL_VSYSCALL, and |