Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc The sparc atomic issues are gone.



details:   https://anonhg.NetBSD.org/src/rev/5c95f9248898
branches:  trunk
changeset: 820572:5c95f9248898
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Jan 11 12:19:03 2017 +0000

description:
The sparc atomic issues are gone.

diffstat:

 doc/TODO.clang |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (20 lines):

diff -r 6b8a2595e5b6 -r 5c95f9248898 doc/TODO.clang
--- a/doc/TODO.clang    Wed Jan 11 12:18:22 2017 +0000
+++ b/doc/TODO.clang    Wed Jan 11 12:19:03 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO.clang,v 1.19 2016/02/27 21:42:14 joerg Exp $
+$NetBSD: TODO.clang,v 1.20 2017/01/11 12:19:03 joerg Exp $
 
 Hacks for the clang integration
 -------------------------------
@@ -11,10 +11,3 @@
 
 src/external/mit/xorg/lib/pixman uses -fno-integrated-as on ARM for the
 macro (ab)use.
-
-src/tests/lib/libc/sync disables tests for atomics shorter than 32bit on
-SPARC64 due to missing codegen support.
-
-src/external/bsd/llvm/lib/libLLVMSupport and src/external/bsd/libc++/lib
-explicitly require -Wa,-Av8plus at the moment, because atomic ops are
-always lowered to CAS.



Home | Main Index | Thread Index | Old Index