glibc/sysdeps/x86_64
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
elf * elf/Makefile (tests): Uncomment tst-array[123]. 2002-12-09 20:37:37 +00:00
fpu * sysdeps/alpha/fpu/libm-test-ulps: Update. 2003-03-23 00:52:23 +00:00
soft-fp * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q): 2002-11-01 21:49:33 +00:00
__longjmp.S
_mcount.S Fix off-by-1 error in argument access. 2002-10-16 10:09:27 +00:00
abort-instr.h
bp-asm.h
bsd-_setjmp.S Update. 2002-12-31 20:46:11 +00:00
bsd-setjmp.S
bzero.S Update. 2002-08-31 17:45:33 +00:00
Dist Update. 2002-08-28 09:31:39 +00:00
dl-machine.h Update. 2003-02-21 19:25:36 +00:00
dl-tls.h * configure: Regenerated after aclocal.m4 change. 2002-09-29 10:38:40 +00:00
ffs.c
ffsll.c
hp-timing.c
hp-timing.h * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New 2002-08-30 23:09:46 +00:00
htonl.S
Implies
machine-gmon.h x86-64 mcount implementation 2002-08-21 07:52:27 +00:00
Makefile Update. 2002-08-21 07:57:48 +00:00
memcpy.S Update. 2002-08-31 17:45:33 +00:00
mempcpy.S Update. 2002-08-31 17:45:33 +00:00
memset.S Update. 2002-08-31 17:45:33 +00:00
memusage.h
setjmp.S
stackinfo.h
stpcpy.S Update. 2002-08-31 17:45:33 +00:00
strcat.S Fix algorithm to align source pointer correctly. 2002-11-12 17:57:51 +00:00
strchr.S Update. 2002-11-12 21:43:26 +00:00
strcmp.S Update. 2002-08-31 17:45:33 +00:00
strcpy.S Update. 2002-08-31 17:45:33 +00:00
strcspn.S Update. 2002-08-31 17:45:33 +00:00
strlen.S Update. 2002-08-31 17:45:33 +00:00
strpbrk.S Update. 2002-08-31 17:45:33 +00:00
strspn.S Update. 2002-08-31 17:45:33 +00:00
strtok.S Update. 2002-08-31 17:45:33 +00:00
strtok_r.S Update. 2002-08-31 17:45:33 +00:00
sysdep.h Update. 2003-01-09 20:30:21 +00:00