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

@ -10,12 +10,6 @@
2013-11-13 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/symbol.h (ADDR): New macro. Replace all occurences of
=x with ADDR(x) in arm assembly.
(END): New macro. Replace all .end with END.
2013-11-12 Vladimir Serbinenko <phcoder@gmail.com>
Redirect all divisions to grub_divmod64.
2013-11-12 Vladimir Serbinenko <phcoder@gmail.com>