Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 90b13d764..b20a7ad1c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,15 @@
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.
+
+2008-02-11 Patrick Mansfield <patmans@us.ibm.com>
+
* libc/machine/spu/strlen.c: Remove the len variable and unneeded
calculation of its value.