OSDN Git Service

2008-02-11 Patrick Mansfield <patmans@us.ibm.com>
authorjjohnstn <jjohnstn>
Tue, 12 Feb 2008 21:21:13 +0000 (21:21 +0000)
committerjjohnstn <jjohnstn>
Tue, 12 Feb 2008 21:21:13 +0000 (21:21 +0000)
commit47fbf0fb063f1884584383438704612dca1dc5d0
tree391fe5d6e571247c503e1895370a525f65825291
parent1a3e9aa7ef72aee581a172e3d84ebafe07fe9d6a
2008-02-11  Patrick Mansfield  <patmans@us.ibm.com>

        * libc/machine/spu/straddr.h: New file, supplies _straddr.
        * libc/machine/spu/strcat.c: Use _straddr and _strcpy.
        * libc/machine/spu/strcpy.c: Use _strcpy.
        * libc/machine/spu/strcpy.h: Supply _strcpy for optimized SPU
        str[n]cpy and str[n]cat.
        * libc/machine/spu/strncat.c: Use _straddr and _strcpy.
        * libc/machine/spu/strncpy.c: Use _strcpy.
newlib/libc/machine/spu/strcpy.h [new file with mode: 0644]