aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-07-19 08:39:18 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-07-19 08:39:18 -0700
commit47f27396591fdc4875ecc1663f6d4315edacb5a1 (patch)
treefd6b2abf9bf7ce9561e27bc7a41d209d62f4d0cc /ChangeLog
parent2b4fca86d786b4a5ed4f88c571eeec7d9ff5e684 (diff)
downloadglibc-47f27396591fdc4875ecc1663f6d4315edacb5a1.zip
glibc-47f27396591fdc4875ecc1663f6d4315edacb5a1.tar.gz
glibc-47f27396591fdc4875ecc1663f6d4315edacb5a1.tar.bz2
i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]
Since there are no multiarch versions of memmove_chk and memset_chk, test multiarch versions of memmove_chk and memset_chk only in libc.so. [BZ #21741] * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list): Test memmove_chk and memset_chk only in libc.so.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9dc705..d514f08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-07-19 H.J. Lu <hongjiu.lu@intel.com>
+ [BZ #21741]
+ * sysdeps/i386/i686/multiarch/ifunc-impl-list.c
+ (__libc_ifunc_impl_list): Test memmove_chk and memset_chk only
+ in libc.so.
+
+2017-07-19 H.J. Lu <hongjiu.lu@intel.com>
+
[BZ #21740]
* debug/Makefile (elide-routines.o): New.