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:
Wolfgang Denk 2010-05-10 23:08:02 +02:00
parent 7b43db9211
commit cd4b02be1b
1 changed files with 5 additions and 0 deletions

View 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)
{
};