Revert " * include/grub/symbol.h (ADDR): New macro. Replace all occurences of"
This reverts commit 286551b4eb
.
This commit is contained in:
parent
513eeb61dd
commit
c773faf05e
5 changed files with 18 additions and 34 deletions
|
@ -37,16 +37,6 @@
|
|||
# define EXT_C(sym) sym
|
||||
#endif
|
||||
|
||||
#ifdef __arm__
|
||||
#ifdef __clang__
|
||||
#define ADDR(x) x
|
||||
#define END
|
||||
#else
|
||||
#define ADDR(x) =x
|
||||
#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