freebsd-dev/sys/libkern/arm
Andrew Turner ca49624410 Fix ixp425 boot2 with ARM EABI:
- libkern is missing __aeabi_llsl, implement this by calling __ashldi3.
 - Because of how the asm entry macros are defined the boot2 code
   requires the unwind symbols to exist, include them in boot2.

Approved by:	re (marius)
2013-09-29 15:19:34 +00:00
..
aeabi_unwind.c Fix ixp425 boot2 with ARM EABI: 2013-09-29 15:19:34 +00:00
divsi3.S Add END to ARM libkern assembly functions 2013-03-16 04:08:01 +00:00
ffs.S Add END to ARM libkern assembly functions 2013-03-16 04:08:01 +00:00
ldivmod_helper.c
ldivmod.S Add END to ARM libkern assembly functions 2013-03-16 04:08:01 +00:00
memcpy.S Add END to ARM libkern assembly functions 2013-03-16 04:08:01 +00:00
memset.S Add __aeabi_memset to libkern, implemented using memset, as clang may 2013-03-16 23:11:55 +00:00
muldi3.c