mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 01:00:07 +00:00
859e708f0e
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. |
||
---|---|---|
.. | ||
bits | ||
elf | ||
fpu | ||
soft-fp | ||
__longjmp.S | ||
_mcount.S | ||
abort-instr.h | ||
bp-asm.h | ||
bsd-_setjmp.S | ||
bsd-setjmp.S | ||
bzero.S | ||
Dist | ||
dl-machine.h | ||
dl-tls.h | ||
ffs.c | ||
ffsll.c | ||
hp-timing.c | ||
hp-timing.h | ||
htonl.S | ||
Implies | ||
machine-gmon.h | ||
Makefile | ||
memcpy.S | ||
mempcpy.S | ||
memset.S | ||
memusage.h | ||
setjmp.S | ||
stackinfo.h | ||
stpcpy.S | ||
strcat.S | ||
strchr.S | ||
strcmp.S | ||
strcpy.S | ||
strcspn.S | ||
strlen.S | ||
strpbrk.S | ||
strspn.S | ||
strtok_r.S | ||
strtok.S | ||
sysdep.h |