net: move bootfile init into eth_initialize
[oweals/u-boot.git] / arch / arm / lib / eabi_compat.c
index 86eacf1b0e9486258be562726c47178e5fa56dd6..2028dbd715b97c6454e1807717a0008332c3e76b 100644 (file)
 
 int raise (int signum)
 {
+#if !defined(CONFIG_SPL_BUILD) || defined(CONFIG_SPL_LIBCOMMON_SUPPORT)
        printf("raise: Signal # %d caught\n", signum);
+#endif
        return 0;
 }
+
+/* Dummy function to avoid linker complaints */
+void __aeabi_unwind_cpp_pr0(void)
+{
+};
+
+void __aeabi_unwind_cpp_pr1(void)
+{
+};