[llvm-commits] [llvm] r76198 - in /llvm/trunk: docs/LangRef.html include/llvm-c/Core.h include/llvm/Attributes.h lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/AsmParser/LLToken.h lib/CodeGen/PrologEpilogInserter.cpp lib/VMCore/Attribut

Anton Korobeynikov anton at korobeynikov.info
Fri Jul 17 13:01:22 PDT 2009


> Looking with Google Code Search, I can find only one use of naked, and
> that's a series of inline asm statements with no inputs or outputs;
Don't trust it (tm) :)

Please grab newlib sources and look into libgloss/arm/linux-crt0.c
Another example is libgloss/arm/redboot-syscalls.c which indeed
contains only inline asm blocks.

In such non well-defined cases I'd prefer to be as more bug-to-bug
compatible with gcc as possible.

---
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list