* 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.
This commit is contained in:
Vladimir Serbinenko 2013-11-13 01:04:56 +01:00
parent 16057d6bbb
commit 286551b4eb
5 changed files with 34 additions and 18 deletions

View file

@ -1,3 +1,9 @@
2013-11-12 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.