Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ixp425 boot2 with ARM EABI: | andrew | 2013-09-29 | 1 | -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 be | andrew | 2013-03-16 | 1 | -0/+58 |
referenced in a non-debug kernel. |