From 665c887871534907014e7c0c049e8ec23e057f94 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 2 Aug 2008 20:40:14 +0000 Subject: 2008-08-02 Samuel Thibault [libpthread] * sysdeps/i386/bits/memory.h (__memory_barrier): Add memory clobber. * sysdeps/i386/bits/spin-lock.h (__pthread_spin_trylock, __pthread_spin_unlock): Add memory clobbers. [libthreads] * i386/cthreads.h (spin_unlock, spin_try_lock): Add memory clobbers. --- libthreads/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libthreads/ChangeLog') diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index 720ad5a8..f0898498 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,7 @@ +2008-08-02 Samuel Thibault + + * i386/cthreads.h (spin_unlock, spin_try_lock): Add memory clobbers. + 2007-06-14 Thomas Schwinge * cthread_internals.h (cproc_block): Add prototype. -- cgit v1.2.3