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/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 470978d48..bca127755 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,17 @@
+2015-04-09 Nick Clifton <nickc@redhat.com>
+
+ * libc/machine/rx/memchr.S: Add non-string insn using version.
+ * libc/machine/rx/memcpy.S: Likewise.
+ * libc/machine/rx/memmove.S: Likewise.
+ * libc/machine/rx/mempcpy.S: Likewise.
+ * libc/machine/rx/strcat.S: Likewise.
+ * libc/machine/rx/strcmp.S: Likewise.
+ * libc/machine/rx/strcpy.S: Likewise.
+ * libc/machine/rx/strlen.S: Likewise.
+ * libc/machine/rx/strncat.S: Likewise.
+ * libc/machine/rx/strncmp.S: Likewise.
+ * libc/machine/rx/strncpy.S: Likewise.
+
2015-04-01 Corinna Vinschen <vinschen@redhat.com>
* libc/include/stdint.h: Throughout add parens around MIN/MAX values.