ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints
Signed-off-by: Wolfgang Denk <wd@denx.de> Tested-by: Thomas Weber <weber@corscience.de>
This commit is contained in:
parent
7b43db9211
commit
cd4b02be1b
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue