Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct ARM memcpy comments. | Joseph Myers | 2009-07-09 | 1 | -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 Myers | 2009-07-09 | 1 | -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 Amoroso | 2009-01-22 | 1 | -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 Amoroso | 2008-06-19 | 10 | -19/+377 |
| | | | | frv/ia64/sparc/i386/powerpc/arm/avr32/x86_64/cris/bfin | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-18 | 4 | -1/+11 |
| | |||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 12 | -103/+103 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 10 | -23/+38 |
| | |||||
* | Finish merge from trunk, again, no really. | "Steven J. Hill" | 2005-12-10 | 1 | -4/+4 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 1 | -2/+6 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 1 | -3/+1 |
| | |||||
* | Merge from trunk that gives us a valid NPTL dynamic loader and the start of ↵ | "Steven J. Hill" | 2005-11-29 | 1 | -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-17 | 9 | -26/+62 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -32/+8 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+27 |
| | |||||
* | Sync with trunk. | "Steven J. Hill" | 2005-09-17 | 10 | -53/+48 |
| | |||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+5 |
| | |||||
* | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | 2004-12-22 | 1 | -1/+1 |
| | | | | as the flags for all calls to 'as' | ||||
* | Philip Craig at snapgear dot com writes: | Eric Andersen | 2004-06-12 | 1 | -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 Andersen | 2004-03-18 | 1 | -3/+5 |
| | |||||
* | Add missing weak alias for bcmp | Eric Andersen | 2003-11-20 | 1 | -0/+4 |
| | |||||
* | Don't depend on BSD naming | Eric Andersen | 2003-11-20 | 1 | -12/+12 |
| | |||||
* | Add an initial set of arm optimized string functions. These | Eric Andersen | 2003-11-20 | 11 | -0/+1116 |
do seem to make noticable speed improvement... -Erik |