Module Name: src
Committed By: joerg
Date: Mon Aug 15 10:10:00 UTC 2011
Modified Files:
src/doc: TODO.clang
Log Message:
Update to reflect .code32 support
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/doc/TODO.clang:1.2
--- src/doc/TODO.clang:1.1 Mon May 30 16:25:31 2011
+++ src/doc/TODO.clang Mon Aug 15 10:09:59 2011
@@ -1,11 +1,11 @@
-$NetBSD: TODO.clang,v 1.1 2011/05/30 16:25:31 joerg Exp $
+$NetBSD: TODO.clang,v 1.2 2011/08/15 10:09:59 joerg Exp $
Hacks for the clang integration
-------------------------------
-"-no-integrated-as" is src/sys/modules, src/sys/arch/amd64,
-src/sys/arch/i386 and src/sys/arch/xen to compensate for the missing
-.code16 and .code32 support in LLVM MC.
+"-no-integrated-as" is src/sys/arch/amd64 and src/sys/arch/i386
+to compensate for the missing .code16 support in LLVM MC
+and slightly different encoding of the lock stubs.
ah_regdomain.c in the kernel currently requires -Wno-error due to
http://llvm.org/bugs/show_bug.cgi?id=10030.