Revert " * include/grub/symbol.h (ADDR): New macro. Replace all occurences of"

This reverts commit 286551b4eb.
This commit is contained in:
Vladimir Serbinenko 2013-11-13 02:17:20 +01:00
parent 513eeb61dd
commit c773faf05e
5 changed files with 18 additions and 34 deletions

View file

@ -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):