glibc/sysdeps/s390
Roland McGrath 859e708f0e * csu/tst-atomic.c (do_test): Add some new
atomic_compare_and_exchange_val_acq, atomic_add_zero,
	atomic_compare_and_exchange_bool_acq and atomic_add_negative tests.
	* include/atomic.h (atomic_add_negative, atomic_add_zero):
	Prefix local variable so that it doesn't clash with the one
	in atomic_exchange_and_add.
	* sysdeps/ia64/bits/atomic.h (atomic_exchange): Fix for long/void *
	pointers.
	(atomic_exchange_and_add): Implement using __sync_fetch_and_add_?i.
	* sysdeps/powerpc/bits/atomic.h (atomic_exchange_and_add): Force
	value into register.
	* sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_64_acq):
	Cast newval to long.
	* sysdeps/x86_64/bits/atomic.h
	(__arch_compare_and_exchange_val_64_acq): Cast newval and oldval to
	long.
	(atomic_exchange): Cast newvalue to long if sizeof == 8.
	(atomic_exchange_and_add): Cast value to long if sizeof == 8.
	(atomic_add, atomic_add_negative, atomic_add_zero): Likewise.
	(atomic_bit_set): Shift 1L up in all cases to shut up warnings.
2003-03-26 04:02:03 +00:00
..
bits * csu/tst-atomic.c (do_test): Add some new 2003-03-26 04:02:03 +00:00
fpu * sysdeps/alpha/fpu/libm-test-ulps: Update. 2003-03-23 00:52:23 +00:00
s390-32 * sysdeps/s390/s390-32/backtrace.c (__backtrace): Remove high order 2003-03-26 03:44:33 +00:00
s390-64 Update. 2003-03-20 07:19:17 +00:00
abort-instr.h
asm-syntax.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Dist Update. 2002-08-28 09:31:39 +00:00
dl-tls.h Update. 2003-01-28 10:42:28 +00:00
ffs.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
gccframe.h Update. 2001-11-16 01:27:24 +00:00
gmp-mparam.h Put under LGPL v2.1. 2001-07-07 10:13:33 +00:00
ldbl2mpn.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
libc-tls.c Update. 2003-01-30 18:41:47 +00:00
machine-gmon.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
memusage.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
stackinfo.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Versions 2003-03-22 Jakub Jelinek <jakub@redhat.com> 2003-03-22 23:00:12 +00:00