diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-12-04 02:02:25 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-12-04 02:41:12 +0100 |
commit | d674f0ef3898c0d1fd5cec76c1c736d9cd9bc7d1 (patch) | |
tree | b6a4f57e8e469c61fb3b81e7903961d50a4203f3 /ChangeLog | |
parent | 6905a19f7a8443950f105b6716f6b4b1f98c4dbd (diff) | |
download | glibc-d674f0ef3898c0d1fd5cec76c1c736d9cd9bc7d1.tar.gz glibc-d674f0ef3898c0d1fd5cec76c1c736d9cd9bc7d1.tar.xz glibc-d674f0ef3898c0d1fd5cec76c1c736d9cd9bc7d1.zip |
Refactor several debug routines.
To simplify additions of debug routines we replace a custom function implementation by a simple call.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index de64f3f71b..6320d1969e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2013-12-04 Ondřej Bílka <neleai@seznam.cz> + + * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom + implementation. + * debug/memmove_chk.c (MEMMOVE_CHK): Likewise. + * debug/mempcpy_chk.c (__mempcpy_chk): Likewise. + * debug/memset_chk.c (__memset_chk): Likewise. + * debug/stpncpy_chk.c (__stpncpy_chk): Likewise. + * debug/strncpy_chk.c: Likewise. + 2013-12-03 Joseph Myers <joseph@codesourcery.com> [BZ #15268] |