* 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

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