History log of /netbsd-src/common/lib/libc/arch/arm/atomic/atomic_simplelock.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 034de21d 16-Aug-2013 matt <matt@NetBSD.org>

Add a hidden version for libpthread.


# 48a38339 15-Aug-2013 matt <matt@NetBSD.org>

When compiling for Thumb1, the swp instruction is not availble. So this
stub is added to provide __cpu_simple_lock and __cpu_simple_lock_try via
thumb interwork support. It is compiled with -mno-th

When compiling for Thumb1, the swp instruction is not availble. So this
stub is added to provide __cpu_simple_lock and __cpu_simple_lock_try via
thumb interwork support. It is compiled with -mno-thumb.

show more ...