Source-Changes-HG archive

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

[src/trunk]: src/doc Drop a number of entries that no longer apply.



details:   https://anonhg.NetBSD.org/src/rev/85fa744b61ab
branches:  trunk
changeset: 379391:85fa744b61ab
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun May 30 02:29:24 2021 +0000

description:
Drop a number of entries that no longer apply.

diffstat:

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

diffs (31 lines):

diff -r 2672038a61a7 -r 85fa744b61ab doc/TODO.clang
--- a/doc/TODO.clang    Sun May 30 02:28:59 2021 +0000
+++ b/doc/TODO.clang    Sun May 30 02:29:24 2021 +0000
@@ -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
-



Home | Main Index | Thread Index | Old Index