summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-08-19 16:46:33 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-08-19 16:46:53 -0700
commit7550717ed747c90afe49fcd590c4acc3ccade56a (patch)
treedb5fb32ebcba70bced535bbbb87041af05e5f1c7 /ChangeLog
parentc181840c93d3a8fcb50991b2326c40f34eb5e82b (diff)
downloadglibc-7550717ed747c90afe49fcd590c4acc3ccade56a.tar.gz
Mark internal SSE2 functions with attribute_hidden [BZ #18822]
Mark internal SSE2 functions with attribute_hidden to allow direct access within libc.so and libc.a without using GOT nor PLT. [BZ #18822] * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE2): Add attribute_hidden. (__strspn_sse2): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7493e0d5d..c650d03e12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-08-19 H.J. Lu <hongjiu.lu@intel.com>
+
+ [BZ #18822]
+ * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE2): Add
+ attribute_hidden.
+ (__strspn_sse2): Likewise.
+
2017-08-18 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* sysdeps/generic/not-cancel.h (close_not_cancel): Remove macro.