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:
authorJoern Rennecke <joern.rennecke@embecosm.com>2003-04-03 17:06:02 +0400
committerJoern Rennecke <joern.rennecke@embecosm.com>2003-04-03 17:06:02 +0400
commit40c3b2d03bddb58a40fb23962a253b9c97c12006 (patch)
tree7c57bf6b62a8587e37c68befadfd115e7e00dc34 /newlib/ChangeLog
parent8ae6a3ddaaaf49ec42b43e5f5cc1936e3e1b1322 (diff)
* libc/machine/sh/memset.S: Fix problem with alloco region
exceeding destination region for length >= 88 bytes, start & 0x16 == 0, end & 0x1f == 18.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 5a692191a..d66f67d00 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+Thu Apr 3 14:01:16 2003 J"orn Rennecke <joern.rennecke@superh.com>
+
+ * libc/machine/sh/memset.S: Fix problem with alloco region
+ exceeding destination region for length >= 88 bytes, start
+ & 0x16 == 0, end & 0x1f == 18.
+
2001-04-03 Corinna Vinschen <corinna@vinschen.de>
* libc/string/wcscoll.c: Fix comment.