diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
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. |