[U-Boot] [PATCH] ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints

Thomas Weber weber at corscience.de
Tue May 11 10:43:37 CEST 2010


Hello Wolfgang,
On 05/10/10 21:08, Wolfgang Denk wrote:
> Signed-off-by: Wolfgang Denk <wd at denx.de>
> ---
>  arch/arm/lib/eabi_compat.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/lib/eabi_compat.c b/arch/arm/lib/eabi_compat.c
> index 86eacf1..eb3e26d 100644
> --- 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)
> +{
> +};

Thanks for the patch.
Compiled for and tested on Devkit8000

Tested-by: Thomas Weber <weber at corscience.de>



More information about the U-Boot mailing list