diff --git a/ChangeLog b/ChangeLog index a7e519291..de6650fcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-11-08 Vladimir Serbinenko + + * grub-core/kern/arm/misc.S (__aeabi_unwind_cpp_pr0): Add dummy to + link with libgcc. + 2013-11-08 Vladimir Serbinenko * include/grub/symbol.h (FUNCTION), (VARIABLE): Fix precedence logic. diff --git a/grub-core/kern/arm/misc.S b/grub-core/kern/arm/misc.S index 547529cf7..9d4c333b0 100644 --- a/grub-core/kern/arm/misc.S +++ b/grub-core/kern/arm/misc.S @@ -33,6 +33,7 @@ /* * Null divide-by-zero handler */ +FUNCTION(__aeabi_unwind_cpp_pr0) FUNCTION(raise) mov r0, #0 bx lr