projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b43db9
)
ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints
author
Wolfgang Denk
<wd@denx.de>
Mon, 10 May 2010 21:08:02 +0000
(23:08 +0200)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/arch/arm/lib/eabi_compat.c
b/arch/arm/lib/eabi_compat.c
index 86eacf1b0e9486258be562726c47178e5fa56dd6..eb3e26d4d20db0ce867355e12ad699a4972c5618 100644
(file)
--- a/
arch/arm/lib/eabi_compat.c
+++ b/
arch/arm/lib/eabi_compat.c
@@
-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)
+{
+};