* include/grub/symbol.h (END) [__arm__]: New macros. Replace all .end
occurencies with END.
This commit is contained in:
parent
d0d1e3dacb
commit
ea57de18f8
5 changed files with 16 additions and 3 deletions
|
@ -37,6 +37,14 @@
|
|||
# define EXT_C(sym) sym
|
||||
#endif
|
||||
|
||||
#ifdef __arm__
|
||||
#ifdef __clang__
|
||||
#define END
|
||||
#else
|
||||
#define END .end
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined (__APPLE__)
|
||||
#define FUNCTION(x) .globl EXT_C(x) ; EXT_C(x):
|
||||
#define VARIABLE(x) .globl EXT_C(x) ; EXT_C(x):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue