.. | .. |
---|
8 | 8 | |
---|
9 | 9 | #include <asm/dwarf.h> |
---|
10 | 10 | |
---|
| 11 | +#define ASM_NL ` /* use '`' to mark new line in macro */ |
---|
| 12 | +#define __ALIGN .align 4 |
---|
| 13 | +#define __ALIGN_STR __stringify(__ALIGN) |
---|
| 14 | + |
---|
11 | 15 | #ifdef __ASSEMBLY__ |
---|
12 | 16 | |
---|
13 | 17 | .macro ST2 e, o, off |
---|
.. | .. |
---|
27 | 31 | ld \o, [sp, \off+4] |
---|
28 | 32 | #endif |
---|
29 | 33 | .endm |
---|
30 | | - |
---|
31 | | -#define ASM_NL ` /* use '`' to mark new line in macro */ |
---|
32 | | -#define __ALIGN .align 4 |
---|
33 | | -#define __ALIGN_STR __stringify(__ALIGN) |
---|
34 | 34 | |
---|
35 | 35 | /* annotation for data we want in DCCM - if enabled in .config */ |
---|
36 | 36 | .macro ARCFP_DATA nm |
---|