summaryrefslogtreecommitdiffstats
path: root/libc/string/arm/bzero.S
Commit message (Collapse)AuthorAgeFilesLines
* Synch arch specific part of libc/string for ↵Carmelo Amoroso2008-06-191-0/+12
| | | | frv/ia64/sparc/i386/powerpc/arm/avr32/x86_64/cris/bfin
* Merge from trunk."Steven J. Hill"2006-08-181-0/+4
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-8/+5
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-2/+5
|
* Merge from trunk."Steven J. Hill"2005-11-171-0/+2
|
* Sync with trunk."Steven J. Hill"2005-09-171-4/+4
|
* Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3)Eric Andersen2004-03-181-3/+5
|
* Add an initial set of arm optimized string functions. TheseEric Andersen2003-11-201-0/+48
do seem to make noticable speed improvement... -Erik