Hello Wolfgang,
On 05/10/10 21:08, Wolfgang Denk wrote:
> Signed-off-by: Wolfgang Denk <w...@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 <we...@corscience.de>

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to