]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints
authorWolfgang Denk <wd@denx.de>
Mon, 10 May 2010 21:08:02 +0000 (23:08 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 15 May 2010 17:50:36 +0000 (19:50 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Tested-by: Thomas Weber <weber@corscience.de>
arch/arm/lib/eabi_compat.c

index 86eacf1b0e9486258be562726c47178e5fa56dd6..eb3e26d4d20db0ce867355e12ad699a4972c5618 100644 (file)
@@ -16,3 +16,8 @@ int raise (int signum)
        printf("raise: Signal # %d caught\n", signum);
        return 0;
 }
+
+/* Dummy function to avoid linker complaints */
+void __aeabi_unwind_cpp_pr0(void)
+{
+};