u-boot-brain/arch/arm
Wolfgang Grandegger 953209bf5e arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints
With the ELDK 5.1 (beta) "armv7a" toolchain I'm get the following
build failure:

  $ ./MAKEALL mx51evk
  ...
  /opt/eldk-5.1/armv7a/sysroots/arm-linux-gnueabi/usr/lib/arm-linux-
  gnueabi/4.6.1/libgcc.a(bpabi.o):(.ARM.exidx+0x0): undefined
  reference to `__aeabi_unwind_cpp_pr1'
  make: *** [u-boot] Error 1

This patch fixes the issue similar to commit
d442b6e7ad6a86e2fd0e6297291fe8872ff26fc6 but I don't know if it's
general enough or if it does harm when using other toolchains.

Signed-off-by: Wolfgang Grandegger <wg@denx.de>
2011-12-11 13:56:57 +01:00
..
cpu arm, davinci: Use lldiv for the 64-bit divisions in timer.c 2011-12-10 23:14:01 +01:00
include/asm i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28 2011-12-09 17:30:10 +01:00
lib arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints 2011-12-11 13:56:57 +01:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00