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:
authorMichael Meissner <gnu@the-meissners.org>2002-03-11 18:44:35 +0300
committerMichael Meissner <gnu@the-meissners.org>2002-03-11 18:44:35 +0300
commiteabb48d53d6bfa3f8dd3564a6b789b6d37c94b65 (patch)
tree819d8dfafe9a82cb71edb8be1a13c7af8e31af99 /newlib/ChangeLog
parenta4e142b6bcc4c123d104e6e83a14312cd9a9148e (diff)
Add MIPS specific string/memory functions
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e0ddb7d34..f2cb305ad 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,8 +1,19 @@
+2002-03-11 Michael Meissner <meissner@redhat.com>
+
+ * libc/machine/mips/Makefile.am (lib_a_SOURCES): Add Mips specific
+ variants strlen.c, strcmp.c, strncpy.c, memset.c and memcpy.c.
+ * libc/machine/mips/Makefile.in: Regenerate.
+ * libc/machine/mips/memcpy.c: New file, optimized for MIPS.
+ * libc/machine/mips/memset.c: Dito.
+ * libc/machine/mips/strcmp.c: Dito.
+ * libc/machine/mips/strlen.c: Dito.
+ * libc/machine/mips/strncmp.c: Dito.
+
2002-03-06 Jeff Johnston <jjohnstn@redhat.com>
- * libc/machine/i386/Makefile.am: Add $(oext) for setjmp
- object so it works for shared library or statici library.
- * libc/machine/i386/Makefile.in: Regenerated.
+ * libc/machine/i386/Makefile.am: Add $(oext) for setjmp
+ object so it works for shared library or statici library.
+ * libc/machine/i386/Makefile.in: Regenerated.
Wed Mar 6 10:24:26 2002 J"orn Rennecke <joern.rennecke@superh.com>