diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2010-09-22 03:15:07 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2010-09-22 03:15:07 +0000 |
commit | 60376287eb7a9ca1118b6a0cb30fe749beda7f48 (patch) | |
tree | e7a7d70f6e1253b9eaf5d51f2a487f910f7b60bf /newlib/ChangeLog | |
parent | 5c22068f7f118a76430365d89433ab8bd392343d (diff) | |
download | cygnal-60376287eb7a9ca1118b6a0cb30fe749beda7f48.tar.gz cygnal-60376287eb7a9ca1118b6a0cb30fe749beda7f48.tar.bz2 cygnal-60376287eb7a9ca1118b6a0cb30fe749beda7f48.zip |
2010-09-21 Craig Howland <howland@LGSInnovations.com>
* libc/string/memcpy.c: Do not assign size_t parameter to int.
Use parameter directly, instead.
* libc/string/memccpy.c: Likewise.
* libc/string/mempcpy.c: Likewise.
* libc/string/memmove.c: Likewise.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 1c591a887..349598ea4 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +2010-09-21 Craig Howland <howland@LGSInnovations.com> + + * libc/string/memcpy.c: Do not assign size_t parameter to int. + Use parameter directly, instead. + * libc/string/memccpy.c: Likewise. + * libc/string/mempcpy.c: Likewise. + * libc/string/memmove.c: Likewise. + 2010-09-09 Kevin Buettner <kevinb@redhat.com> * libc/sys/sysnecv850/Makefile.am (lib_a_SOURCES): Provide an |