From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Weber Date: Tue, 11 May 2010 08:43:37 +0000 Subject: [U-Boot] [PATCH] ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints In-Reply-To: <1273525682-27308-1-git-send-email-wd@denx.de> References: <1273525682-27308-1-git-send-email-wd@denx.de> Message-ID: <4BE918B9.9020701@corscience.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Wolfgang, On 05/10/10 21:08, Wolfgang Denk wrote: > Signed-off-by: Wolfgang Denk > --- > 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