diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index bc0eec6c5..c0f55f3b4 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2002-11-26 Christopher Faylor <cgf@redhat.com> + + * libc/string/memset.c (memset): Move initialization of 'd' earlier in + function. + 2002-11-25 Christopher Faylor <cgf@redhat.com> * libc/string/memset.c (memset): Minor optimization: Use new 'd' |