History log of /netbsd-src/tests/lib/libc/sync/cpp_atomic_ops_linkable.cc (Results 1 – 5 of 5)
Revision Date Author Comments
# 77fe1f22 11-Jan-2017 joerg <joerg@NetBSD.org>

Remove LLVM atomic hacks for Sparc.


# dda31211 27-Feb-2016 joerg <joerg@NetBSD.org>

When building the atomic op test on SPARC64 with Clang, skip the
sub-32bit tests for now. Clang currently doesn't synthesize a CAS
replacement nor does it create a libcall.


# 495b7050 12-Oct-2014 martin <martin@NetBSD.org>

If we don't have 64 bit atomic ops, also do not test "long long" and intmax_t
(and friends).


# 2d4c5dc1 11-Oct-2014 martin <martin@NetBSD.org>

If not __HAVE_ATOMIC64_OPS, do not force the test for 64bit types.


# 069f2c5d 11-Oct-2014 martin <martin@NetBSD.org>

Add a link time test to catch missing symbols in libc, as pointed
out in PR toolchain/49074.