This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug libc/18822] Internal functions are called via PLT


https://sourceware.org/bugzilla/show_bug.cgi?id=18822

--- Comment #20 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  7550717ed747c90afe49fcd590c4acc3ccade56a (commit)
      from  c181840c93d3a8fcb50991b2326c40f34eb5e82b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7550717ed747c90afe49fcd590c4acc3ccade56a

commit 7550717ed747c90afe49fcd590c4acc3ccade56a
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Aug 19 16:46:33 2017 -0700

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                            |    7 +++++++
 sysdeps/x86_64/multiarch/strcspn-c.c |    2 +-
 sysdeps/x86_64/multiarch/strspn-c.c  |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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