summaryrefslogtreecommitdiff
path: root/sys/libkern/arm/divsi3.S
Commit message (Expand)AuthorAgeFilesLines
* Remove checks for __ARM_EABI__, we only build for EABI now.Andrew Turner2015-07-091-8/+0
* Fix unwind-info errors in our hand-written arm assembler code.Ian Lepore2014-08-011-10/+10
* Add END to ARM libkern assembly functionsAndrew Turner2013-03-161-0/+13
* Add the required __aeabi_* functions the kernel uses when built for ARM EABIAndrew Turner2013-01-171-0/+8
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-071-1/+1
* Use the RET macro.Olivier Houchard2004-11-091-4/+4
* Don't attempt to profile __udivsi3() and friends, as mcount() uses them.Olivier Houchard2004-10-011-4/+4
* Import libkern arm specific bits.Olivier Houchard2004-05-141-0/+387