From: Vladimir Serbinenko Date: Fri, 8 Nov 2013 06:35:13 +0000 (+0100) Subject: * grub-core/kern/arm/misc.S (__aeabi_unwind_cpp_pr0): Add dummy to X-Git-Tag: grub-2.02-beta1~439 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0a7bffa1e90f7b2b152cc18f8b60b274ac8a5c9;p=thirdparty%2Fgrub.git * grub-core/kern/arm/misc.S (__aeabi_unwind_cpp_pr0): Add dummy to link with libgcc. --- 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