Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix "W" macro in arch/arm/include/asm/unified.h | Alexey Dobriyan | 2009-09-18 | 1 | -0/+4 |
| | | | | | | | | | | | | Please, fold into 0becb088501886f37ade38762c8eaaf4263572cc aka "Thumb-2: Add macros for the unified assembler syntax" otherwise: crypto/cast6.c:372:39: error: macro "W" passed 2 arguments, but takes just 1 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> | ||||
* | Thumb-2: Add macros for the unified assembler syntax | Catalin Marinas | 2009-07-24 | 1 | -0/+126 |
This patch adds various C and assembler macros that help with using the unified assembler syntax for compiling files to either ARM or Thumb-2 modes. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> |