summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-08-04 10:56:40 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-08-04 10:56:51 -0700
commitc8a0e6ec03b2646842fe3c7c59955f55175f3669 (patch)
treeaa61a56df0011fd21a06a2893f23b7fc9a484900 /ChangeLog
parent2b34e2716f1e84b2c3457ffc868c3dc775b55845 (diff)
downloadglibc-c8a0e6ec03b2646842fe3c7c59955f55175f3669.tar
glibc-c8a0e6ec03b2646842fe3c7c59955f55175f3669.tar.gz
glibc-c8a0e6ec03b2646842fe3c7c59955f55175f3669.tar.bz2
glibc-c8a0e6ec03b2646842fe3c7c59955f55175f3669.zip
x86: Remove __memset_zero_constant_len_parameter [BZ #21790]
__memset_zero_constant_len_parameter should be removed by commit 61062f56304750c367c5c1533351621353c112a7 Author: Ulrich Drepper <drepper@redhat.com> Date: Tue Mar 1 00:35:23 2005 +0000 2005-02-24 Roland McGrath <roland@redhat.com> * debug/Versions (libc: GLIBC_2.4): Remove __memset_zero_constant_len_parameter. * sysdeps/generic/memset_chk.c: Remove alias and warning. * misc/sys/cdefs.h (__warndecl): New macro. * debug/warning-nop.c: New file. * string/bits/string3.h (memset): Call __warn_memset_zero_len with no arguments, instead of calling __memset_zero_constant_len_parameter. Use __warndecl for __warn_memset_zero_len. * debug/Makefile (routines): Add $(static-only-routines). (static-only-routines): New variable. This patch removes the last emaining pieces of it. Tested it on i586, i686 and x86-64. [BZ #21790] * sysdeps/i386/i586/memset.S (__memset_zero_constant_len_parameter): Removed. * sysdeps/i386/i686/memset.S (__memset_zero_constant_len_parameter): Likewise. * sysdeps/i386/i686/multiarch/memset_chk.S (__memset_zero_constant_len_parameter): Likewise. * sysdeps/x86_64/memset.S (__memset_zero_constant_len_parameter): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d336afb25..7683341150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2017-08-04 H.J. Lu <hongjiu.lu@intel.com>
+
+ [BZ #21790]
+ * sysdeps/i386/i586/memset.S
+ (__memset_zero_constant_len_parameter): Removed.
+ * sysdeps/i386/i686/memset.S
+ (__memset_zero_constant_len_parameter): Likewise.
+ * sysdeps/i386/i686/multiarch/memset_chk.S
+ (__memset_zero_constant_len_parameter): Likewise.
+ * sysdeps/x86_64/memset.S (__memset_zero_constant_len_parameter):
+ Likewise.
+
2017-08-03 Aurelien Jarno <aurelien@aurel32.net>
* stdlib/getentropy.c (getentropy): Change return type to int.