src/newlib ChangeLog libc/machine/spu/strcat.c ...

jjohnstn@sourceware.org jjohnstn@sourceware.org
Mon Feb 11 22:19:00 GMT 2008


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2008-02-11 22:19:59

Modified files:
	newlib         : ChangeLog 
	newlib/libc/machine/spu: strcat.c strcpy.c strncat.c strncpy.c 
Added files:
	newlib/libc/machine/spu: straddr.h 

Log message:
	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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1121&r2=1.1122
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/spu/straddr.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/spu/strcat.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/spu/strcpy.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/spu/strncat.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/spu/strncpy.c.diff?cvsroot=src&r1=1.3&r2=1.4



More information about the Newlib-cvs mailing list