Re: CVS commit: src/common/lib/libc/arch/arm/string

2013-01-15 Thread Matt Thomas
On Jan 15, 2013, at 12:10 AM, David Laight wrote: > On Tue, Jan 15, 2013 at 02:03:31AM +, Matt Thomas wrote: >> Module Name: src >> Committed By:matt >> Date:Tue Jan 15 02:03:31 UTC 2013 >> >> Added Files: >> src/common/lib/libc/arch/arm/string: strchr_naive.S st

Re: CVS commit: src/common/lib/libc/arch/arm/string

2013-01-14 Thread David Laight
On Tue, Jan 15, 2013 at 02:03:31AM +, Matt Thomas wrote: > Module Name: src > Committed By: matt > Date: Tue Jan 15 02:03:31 UTC 2013 > > Added Files: > src/common/lib/libc/arch/arm/string: strchr_naive.S strrchr_naive.S > > Log Message: > Add simple/small versions of strchr/st