http://llvm.org/bugs/show_bug.cgi?id=9255
[email protected] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|DUPLICATE |--- --- Comment #3 from [email protected] <[email protected]> --- Actually I don't think this is a duplicate of bug 8595 (or bug 8684) since those are for *assembly*. The Linux kernel has a bunch of C code in arch/x86/boot which is compiled in 16-bit mode by GCC using the *trick* of asm(".code16gcc"). But that's horrid. We want a proper -m16 mode instead. I have implemented such a mode, and with the exception of bug 18415 it is now working fine to compile the C code, and it's booting my kernel correctly. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
