glibc/sysdeps/arm/bits
Will Newton 57977c4bf3 ARM: Fix compiler warnings from atomic.h
__arch_compare_and_exchange_bool_*_int return a boolean so in the
dummy implementations for 8, 16 and 64 bits return zero rather than
oldval. Zero is used rather than TRUE or FALSE to avoid needing to
including any headers for these dummy functions.

ChangeLog:

2014-07-17  Will Newton  <will.newton@linaro.org>

	* sysdeps/arm/bits/atomic.h
	(__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
	(__arch_compare_and_exchange_bool_16_int): Likewise.
	(__arch_compare_and_exchange_bool_64_int): Likewise.
2014-07-17 11:36:31 +01:00
..
atomic.h ARM: Fix compiler warnings from atomic.h 2014-07-17 11:36:31 +01:00
endian.h Move arm from ports to libc. 2014-02-08 01:49:39 +00:00
fenv.h Move arm from ports to libc. 2014-02-08 01:49:39 +00:00
link.h Move arm from ports to libc. 2014-02-08 01:49:39 +00:00
linkmap.h Move arm from ports to libc. 2014-02-08 01:49:39 +00:00
mathdef.h Fix -Wundef warnins for __FP_FAST_FMA* 2014-03-21 17:28:43 +05:30
setjmp.h ARM: Add SystemTap probes to longjmp and setjmp. 2014-02-25 10:07:04 +00:00