summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2008-02-11 22:19:59 +0000
committerJeff Johnston <jjohnstn@redhat.com>2008-02-11 22:19:59 +0000
commit74d928bf7a025e799ff54a7e02904b281772ede4 (patch)
treed4a70dd38d134620272c859ec248a8a2d4516115 /newlib/ChangeLog
parent9b924fc304a2b7a361a0614f0eb575e61b9c7f5a (diff)
downloadcygnal-74d928bf7a025e799ff54a7e02904b281772ede4.tar.gz
cygnal-74d928bf7a025e799ff54a7e02904b281772ede4.tar.bz2
cygnal-74d928bf7a025e799ff54a7e02904b281772ede4.zip
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.
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.