summaryrefslogtreecommitdiffstats
path: root/libc/string/powerpc/string.c
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.
* 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-271-0/+201
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