summaryrefslogtreecommitdiff
path: root/common/lib/libc/arch/arm/string/strlen_arm.S
AgeCommit message (Expand)Author
2023-01-15Fix strnlen with a large maxlen argument by using unsigned comparisonskrll
2022-12-03Fix some commentsskrll
2014-05-06Make EHABI optional.joerg
2013-09-05Use __ARM_EABI__ and new __UNWIND_TABLES__ to decide when to use .cfi opsmatt
2013-08-22Don't include .cfi info if _KERNEL || _STANDALONEmatt
2013-08-20Add a missing it gt before movgt for thumbmatt
2013-08-20thumbify (part2)matt
2013-08-19For EABI, add .cfi opsmatt
2013-01-23Add support for strnlen.matt
2013-01-09Use movw on armv7 to fill uppper halfword.matt
2013-01-08Rename strlen.S and strcpy.S to strlen_arm.S and strcpy_arm.Smatt