summaryrefslogtreecommitdiffstats
path: root/sys/libkern/arm/aeabi_unwind.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix ixp425 boot2 with ARM EABI:andrew2013-09-291-0/+4
| | | | | | | | - 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)
* Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can beandrew2013-03-161-0/+58
referenced in a non-debug kernel.
OpenPOWER on IntegriCloud