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:
authorNick Clifton <nickc@redhat.com>2001-05-26 01:17:06 +0400
committerNick Clifton <nickc@redhat.com>2001-05-26 01:17:06 +0400
commit2ce884182c6752cf9bcfd72399d7e9e4c5048da0 (patch)
treed9a54e9873705c7eb857235f228e994bb42a9307 /newlib/ChangeLog
parentb9ce8140893e7885e3898be2ba1c87940064a5c1 (diff)
Fix bug when both pointers have matching, non-word alignment, and the length
is <= 4 but more than enough to move them over a word boundary. Add comments explaining what each instruction does.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 79f59fb42..5c23dece0 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2001-05-25 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * libc/machine/xscale/memcmp.c: Fix bug when both pointers have
+ matching, non-word alignment, and the length is <= 4 but more than
+ enough to move them over a word boundary.
+ Add comments explaining what each instruction does.
+
Mon May 7 20:39:25 2001 Christopher Faylor <cgf@cygnus.com>
* libc/include/sys/stat.h: Revert March 3, Cygwin change.