Re: [U-Boot] [PATCH] ARM EABI: add new helper functions resp. function names

2009-08-09 Thread Wolfgang Denk
In message <1249586999-2595-1-git-send-email...@denx.de> I wrote: > The ARM EABI defines new names for GCC helper functions, > and GCC seems to need some new functions as well. > > This patch is a minimal-invasive approach to fix problems with EABI > conformant tool chains (to be used with "USE_PR

Re: [U-Boot] [PATCH] ARM EABI: add new helper functions resp. function names

2009-08-08 Thread Dirk Behme
Wolfgang Denk wrote: > Dear Dirk, > > In message <4a7d203b.2000...@googlemail.com> you wrote: >> Using my broken toolchain, which needs USE_PRIVATE_LIBGCC=yes for >> successful linking, I did ./MAKEALL ARM_CORTEX_A8 without and with >> this patch and both compile fine recent git head. > > Thank

Re: [U-Boot] [PATCH] ARM EABI: add new helper functions resp. function names

2009-08-08 Thread Wolfgang Denk
Dear Dirk, In message <4a7d203b.2000...@googlemail.com> you wrote: > > Using my broken toolchain, which needs USE_PRIVATE_LIBGCC=yes for > successful linking, I did ./MAKEALL ARM_CORTEX_A8 without and with > this patch and both compile fine recent git head. Thanks for testing. May I interpret

Re: [U-Boot] [PATCH] ARM EABI: add new helper functions resp. function names

2009-08-07 Thread Dirk Behme
Wolfgang Denk wrote: > The ARM EABI defines new names for GCC helper functions, > and GCC seems to need some new functions as well. > > This patch is a minimal-invasive approach to fix problems with EABI > conformant tool chains (to be used with "USE_PRIVATE_LIBGCC=yes"). Using my broken toolchai

[U-Boot] [PATCH] ARM EABI: add new helper functions resp. function names

2009-08-06 Thread Wolfgang Denk
The ARM EABI defines new names for GCC helper functions, and GCC seems to need some new functions as well. This patch is a minimal-invasive approach to fix problems with EABI conformant tool chains (to be used with "USE_PRIVATE_LIBGCC=yes"). Signed-off-by: Wolfgang Denk --- lib_arm/_ashldi3.S |