summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/string/ffs.S
Commit message (Collapse)AuthorAgeFilesLines
* MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd arecognet2007-10-131-1/+1
| | | | | | available, use _ARM_ARCH_5/_ARM_ARCH_5E instead. MFC After: 3 days
* Use the RET macro.cognet2004-11-091-2/+2
| | | | | For setjmp() and longjmp(), put the signal mask where it's supposed to be, instead of in the space reserved for fp regs.
* MFKernel: Implement ffs with clz on Xscale.cognet2004-11-071-0/+6
|
* Import the FreeBSD/arm libc bits.cognet2004-05-141-0/+76
Obtained from: NetBSD
OpenPOWER on IntegriCloud