summaryrefslogtreecommitdiffstats
path: root/libc/string/arm
Commit message (Collapse)AuthorAgeFilesLines
* Correct ARM memcpy comments.Joseph Myers2009-07-091-1/+2
| | | | | | | | | The comments on register usage in ARM memcpy had dest and src the wrong way round; this patch (originally from Mark Shinwell) corrects this and adds a note on the return value. Signed-off-by: Joseph Myers <joseph@codesourcery.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Fix Thumb-2 memcpy.Joseph Myers2009-07-091-1/+1
| | | | | | | | | | When an IT block was changed from having two instructions to having one, the IT instruction at the start of the block was not updated, causing memcpy to fail to assemble for Thumb-2; this patch makes the obvious fix. Signed-off-by: Joseph Myers <joseph@codesourcery.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk: miscellaneous changes, mostly cleanup,Carmelo Amoroso2009-01-221-101/+0
| | | | | | | code styling, comments. No object-code changes. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch arch specific part of libc/string for ↵Carmelo Amoroso2008-06-1910-19/+377
| | | | frv/ia64/sparc/i386/powerpc/arm/avr32/x86_64/cris/bfin
* Merge from trunk."Steven J. Hill"2006-08-184-1/+11
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-2512-103/+103
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-0710-23/+38
|
* Finish merge from trunk, again, no really."Steven J. Hill"2005-12-101-4/+4
|
* Merge from trunk."Steven J. Hill"2005-12-081-2/+6
|
* Merge from trunk."Steven J. Hill"2005-12-021-3/+1
|
* Merge from trunk that gives us a valid NPTL dynamic loader and the start of ↵"Steven J. Hill"2005-11-291-0/+1
| | | | the new build system. I have probably another 300 and some files to go *sigh*.
* Merge from trunk."Steven J. Hill"2005-11-179-26/+62
|
* Massive merge from trunk."Steven J. Hill"2005-11-171-1/+1
|
* Merge from trunk."Steven J. Hill"2005-10-301-32/+8
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+27
|
* Sync with trunk."Steven J. Hill"2005-09-1710-53/+48
|
* merge parallel build supportMike Frysinger2005-01-251-5/+5
|
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-1/+1
| | | | as the flags for all calls to 'as'
* Philip Craig at snapgear dot com writes:Eric Andersen2004-06-121-1/+10
| | | | Strlen was counting the last 3 bytes incorrectly for big endian arm.
* Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3)Eric Andersen2004-03-181-3/+5
|
* Add missing weak alias for bcmpEric Andersen2003-11-201-0/+4
|
* Don't depend on BSD namingEric Andersen2003-11-201-12/+12
|
* Add an initial set of arm optimized string functions. TheseEric Andersen2003-11-2011-0/+1116
do seem to make noticable speed improvement... -Erik