glibc/nptl/sysdeps
Ulrich Drepper 9f07eae298 Update.
2003-03-20  Ulrich Drepper  <drepper@redhat.com>

	* include/atomic.h: Define atomic_compare_and_exchange_val_acq,
	atomic_compare_and_exchange_val_rel,
	atomic_compare_and_exchange_bool_acq, and
	atomic_compare_and_exchange_bool_rel instead of
	atomic_compare_and_exchange_acq and atomic_compare_and_exchange_rel.
	* sysdeps/i386/i486/bits/atomic.h: Define
	__arch_compare_and_exchange_val_*_acq instead of
	__arch_compare_and_exchange_*_acq.
	* sysdeps/x86_64/bits/atomic.h: Likewise.
	* sysdeps/ia64/bits/atomic.h: Define
	__arch_compare_and_exchange_bool_*_acq instead of
	__arch_compare_and_exchange_*_acq.
	* sysdeps/powerpc/bits/atomic.h: Likewise.
	* sysdeps/s390/bits/atomic.h: Likewise.
	* gmon/mcount.c: Adjust for new form of compare&exchange macros.
	* malloc/set-freeres.c: Likewise.
	* nscd/cache.c: Likewise.
	* stdlib/cxa_finalize.c: Likewise.
	* sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2003-03-21 08:13:51 +00:00
..
generic * forward.c (pthread_self): Use FORWARD3 macro to correct return type. 2002-12-05 05:15:35 +00:00
i386 Update. 2003-03-20 07:19:17 +00:00
ia64 Update. 2003-03-20 07:19:17 +00:00
powerpc Update. 2003-03-20 07:19:17 +00:00
pthread Update. 2003-03-21 08:03:25 +00:00
s390 * sysdeps/s390/pthread_spin_lock.c (pthread_spin_lock): Use type 2003-03-20 09:51:17 +00:00
sh Update. 2003-03-20 07:19:17 +00:00
unix/sysv/linux Update. 2003-03-21 08:13:51 +00:00
x86_64 Update. 2003-03-20 07:19:17 +00:00