[PATCH 0/2] arm/lib: EABI fixes

Marc Kleine-Budde mkl at pengutronix.de
Wed Dec 16 09:49:16 EST 2009


Hey,

Since commit e2b4a792f8751d906d17b7ae343952f78dc41d67, we don't
undoncitionally link with OABI. If now EABI is selected there are a
number of missing helper functions, because they have new names now.

This series of pachtes adds the missing names and function.

These patches have been successfully tested on an MX35-PDK booting
from RAM and NAND.

Cheers, Marc

P.S.: If you want to pull these fixes:

---

The following changes since commit a5c776de1d8743e095cdd2f75a409e82148bd9c4:
  Sascha Hauer (1):
        Merge branch 'for-sha-collateral' of git://git.pengutronix.de/git/mkl/barebox

are available in the git repository at:

  git://git.pengutronix.de/git/mkl/barebox.git for-sha-eabi-fixes

Marc Kleine-Budde (2):
      arm/lib: add eabi names of helper functions
      arm/lib: add missing abi helper functions __aeabi_idivmod, __aeabi_uidivmod

 arch/arm/lib/Makefile           |    2 +
 arch/arm/lib/__aeabi_idivmod.S  |   50 ++++++++++++++++++++++++++++++++++++++
 arch/arm/lib/__aeabi_uidivmod.S |   51 +++++++++++++++++++++++++++++++++++++++
 arch/arm/lib/_ashldi3.S         |    2 +
 arch/arm/lib/_ashrdi3.S         |    2 +
 arch/arm/lib/_divsi3.S          |    2 +
 arch/arm/lib/_lshrdi3.S         |    2 +
 arch/arm/lib/_udivsi3.S         |    3 ++
 8 files changed, 114 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/lib/__aeabi_idivmod.S
 create mode 100644 arch/arm/lib/__aeabi_uidivmod.S




More information about the barebox mailing list