From 7550717ed747c90afe49fcd590c4acc3ccade56a Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 19 Aug 2017 16:46:33 -0700 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b7493e0..c650d03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-08-19 H.J. Lu + + [BZ #18822] + * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE2): Add + attribute_hidden. + (__strspn_sse2): Likewise. + 2017-08-18 Adhemerval Zanella * sysdeps/generic/not-cancel.h (close_not_cancel): Remove macro. -- cgit v1.1