* grub-core/kern/arm/misc.S (__aeabi_unwind_cpp_pr0): Add dummy to

link with libgcc.
This commit is contained in:
Vladimir Serbinenko 2013-11-08 07:35:13 +01:00
parent 38b864eaa1
commit e0a7bffa1e
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/arm/misc.S (__aeabi_unwind_cpp_pr0): Add dummy to
link with libgcc.
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/symbol.h (FUNCTION), (VARIABLE): Fix precedence logic.

View file

@ -33,6 +33,7 @@
/*
* Null divide-by-zero handler
*/
FUNCTION(__aeabi_unwind_cpp_pr0)
FUNCTION(raise)
mov r0, #0
bx lr