glibc/ports/sysdeps/arm/bits
Maxim Kuvyrkov d70d6205fa Improve atomic locking for ARM.
[BZ #15640]
	* sysdeps/arm/bits/atomic.h (atomic_exchange_acq, atomic_exchange_rel)
	(atomic_compare_and_exchange_bool_acq)
	(atomic_compare_and_exchange_val_acq)
	(atomic_compare_and_exchange_bool_rel)
	(atomic_compare_and_exchange_val_rel): Use __atomic_exchange_n and
	__atomic_compare_exchange_n builtins when GCC supports them.
2013-09-19 18:50:17 +12:00
..
atomic.h Improve atomic locking for ARM. 2013-09-19 18:50:17 +12:00
endian.h Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
fenv.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
link.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
linkmap.h Move all files into ports/ subdirectory in preparation for merge with glibc 2012-07-01 13:06:41 +00:00
mathdef.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
setjmp.h Stop ARM setjmp/longjmp saving/restoring fpscr (bug 14908). 2013-05-14 19:50:14 +00:00