Movatterモバイル変換


[0]ホーム

URL:


This is the mail archive of thelibc-alpha@sourceware.orgmailing list for theglibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav:[Date Prev] [Date Next][Thread Prev] [Thread Next]
Other format:[Raw text]

[PATCH] Mark internal SSE2 functions with attribute_hidden [BZ #18822]


Mark internal SSE2 functions with attribute_hidden to allow directaccess within libc.so and libc.a without using GOT nor PLT.I will check it in shortly.H.J.---[BZ #18822]* sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE2): Addattribute_hidden.(__strspn_sse2): Likewise.--- sysdeps/x86_64/multiarch/strcspn-c.c | 2 +- sysdeps/x86_64/multiarch/strspn-c.c  | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)diff --git a/sysdeps/x86_64/multiarch/strcspn-c.c b/sysdeps/x86_64/multiarch/strcspn-c.cindex 67991b5ca7..fc8a2feb3b 100644--- a/sysdeps/x86_64/multiarch/strcspn-c.c+++ b/sysdeps/x86_64/multiarch/strcspn-c.c@@ -70,7 +70,7 @@ char * #else size_t #endif-STRCSPN_SSE2 (const char *, const char *);+STRCSPN_SSE2 (const char *, const char *) attribute_hidden;   #ifdef USE_AS_STRPBRKdiff --git a/sysdeps/x86_64/multiarch/strspn-c.c b/sysdeps/x86_64/multiarch/strspn-c.cindex 1704606b80..e6bf2042cd 100644--- a/sysdeps/x86_64/multiarch/strspn-c.c+++ b/sysdeps/x86_64/multiarch/strspn-c.c@@ -52,7 +52,7 @@     We exit from the loop for case 1.  */ -extern size_t __strspn_sse2 (const char *, const char *);+extern size_t __strspn_sse2 (const char *, const char *) attribute_hidden;   size_t-- 2.13.5

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav:[Date Prev] [Date Next][Thread Prev] [Thread Next]

[8]ページ先頭

©2009-2026 Movatter.jp