Module Name:    src
Committed By:   joerg
Date:           Sun May 30 02:29:24 UTC 2021

Modified Files:
        src/doc: TODO.clang

Log Message:
Drop a number of entries that no longer apply.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/doc/TODO.clang

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/TODO.clang
diff -u src/doc/TODO.clang:1.24 src/doc/TODO.clang:1.25
--- src/doc/TODO.clang:1.24	Sat Feb  6 22:00:59 2021
+++ src/doc/TODO.clang	Sun May 30 02:29:24 2021
@@ -1,4 +1,4 @@
-$NetBSD: TODO.clang,v 1.24 2021/02/06 22:00:59 joerg Exp $
+$NetBSD: TODO.clang,v 1.25 2021/05/30 02:29:24 joerg Exp $
 
 Hacks for the clang integration
 -------------------------------
@@ -14,21 +14,8 @@ src/external/gpl3/gcc/usr.bin/backend
 src/external/mit/xorg/lib/pixman
     uses -fno-integrated-as on ARM for the macro (ab)use.
 
-src/external/libc++/lib
-    Avoid clang bug on earm with SSP/FORTIFY:
-    rt_libelftc_dem_gnu3.c:3567:3: warning: '__builtin___memset_chk'
-    will always overflow destination buffer [-Wbuiltin-memcpy-chk-size]
-			    memset(&f, 0, FLOAT_EXTENED_BYTES);
-
 src/external/mit/xorg/lib/gallium
     has atomic alignment issues and uses unknown pragma
 
 src/external/mpl/bind/
     has atomic alignment issues 
-
-src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h
-    hack around tls_model("initial_exec") on powerpc
-
-src/tests/libexec/ld.elf_so/Makefile.inc
-    use -msecure-plt on powerpc for ifuncs
-

Reply via email to