summaryrefslogtreecommitdiff
path: root/common/lib/libc/arch/arm/string/ffs.S
AgeCommit message (Collapse)Author
2015-05-17It is just the __ffssi2 alias we do not want in rump kerneljustin
2015-05-17Do not build arm toolchain symbols in the rump kerneljustin
These symbols will be provided at link time and will be duplicate symbols in rump kernel and libc if defined. Many have been fixed previously, but these were missed as did not have a test.
2014-01-23PR port-arm/48543: do provide __ffssi2 as strong alias (in case libgcc.a getsmartin
not linked in) for now. OK: skrll@
2013-09-30More (stylistic) whitespace.skrll
2013-09-30Appease new gasskrll
2013-08-19Add END() and clarify thumb/armmatt
2013-08-11Convert some more conditional instructions to unified syntaxmatt
2011-07-03Add a weak symbol definition for __ffssi2 so that __builtin_ffs will usematt
this if no strong defintion of __ffssi2 is available.
2005-12-20Merge libkern + libc common files. As requested by core.christos