summaryrefslogtreecommitdiffstats
path: root/libc/string/powerpc
Commit message (Collapse)AuthorAgeFilesLines
* Fic gcc 4.0 compilation. Still no confimation that this works onJoakim Tjernlund2005-06-211-30/+42
| | | | gcc 4.0 but I don't want to wait anymore.
* 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