* 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:
parent
16057d6bbb
commit
286551b4eb
5 changed files with 34 additions and 18 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue