Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fic gcc 4.0 compilation. Still no confimation that this works on | Joakim Tjernlund | 2005-06-21 | 1 | -30/+42 |
| | | | | gcc 4.0 but I don't want to wait anymore. | ||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
| | |||||
* | Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3) | Eric Andersen | 2004-03-18 | 1 | -1/+2 |
| | |||||
* | Joakim Tjernlund writes: | Eric Andersen | 2004-01-27 | 2 | -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 |