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>2002-01-17 20:02:08 +0300
committerNick Clifton <nickc@redhat.com>2002-01-17 20:02:08 +0300
commitebf139fbb8948067ecc70431516e53f0a5d2b7e5 (patch)
treeac83a3c1837e1975c2e739be117da65db7133ad6 /newlib/ChangeLog
parent3cdacffcb21ab194ad19e52b16e390ab25f64926 (diff)
Fix bug when len == 1 and dst was not word aligned.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 79722459b..75c922326 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,8 @@
2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
+ * libc/machine/xscale/memset.c (memset): Fix bug when len == 1 and
+ dst was not word aligned.
+
* libc/sys/arm/syscalls.c (_sbrk): Return -1 rather than aborting
if too much memory is requested.