summaryrefslogtreecommitdiffstats
path: root/libc/string/powerpc
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-182-3/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-173-16/+18
| | | | | Step 4 libc/string and asm implementation
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-313-5/+5
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch arch specific part of libc/string for ↵Carmelo Amoroso2008-06-193-5/+5
| | | | frv/ia64/sparc/i386/powerpc/arm/avr32/x86_64/cris/bfin
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-255-37/+16
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-073-6/+3
|
* Merge from trunk."Steven J. Hill"2005-12-021-3/+1
|
* Copy from trunk."Steven J. Hill"2005-11-171-0/+83
|
* Copy from trunk."Steven J. Hill"2005-11-171-0/+81
|
* Copy from trunk."Steven J. Hill"2005-11-171-0/+77
|
* Massive merge from trunk."Steven J. Hill"2005-11-171-13/+4
|
* Merge with trunk."Steven J. Hill"2005-11-171-214/+0
|
* Merge from trunk."Steven J. Hill"2005-10-301-35/+8
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+33
|
* Merge remaining architecture stuff that does not effect MIPS."Steven J. Hill"2005-07-261-30/+42
|
* merge parallel build supportMike Frysinger2005-01-251-5/+4
|
* Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3)Eric Andersen2004-03-181-1/+2
|
* Joakim Tjernlund writes:Eric Andersen2004-01-272-0/+244
Hi Erik I have had some fun trying to optimize memcpy, memset and memmove for PPC. There are only boot tested, but I don't expect any problems :) Read the comments in powerpc/string.c for more info. Patch is relative to libc/string Jocke