Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-06 | simplify ffs* code | Peter S. Mazinger | |
Remove __libc_ffs*, unneeded Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2011-03-05 | Implement ffsl and ffsll. | Bernd Schmidt | |
This imports and adapts ffsll.c from glibc. The same mechanism as in glibc is used to choose between ffs and ffsll to implement ffsl. The single user in libc is changed to use the hidden version __libc_ffs. Signed-off-by: Bernd Schmidt <bernds@codesourcery.com> Acked-by: Bernhard Reutner-Fischer <aldot@uclibc.org> |