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 #17 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  65a086db91d4e06074b461b8e99efcebe1416a3f (commit)
      from  62753d2c09108550650ab83a69e99ca28d8bde3b (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=65a086db91d4e06074b461b8e99efcebe1416a3f

commit 65a086db91d4e06074b461b8e99efcebe1416a3f
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Aug 18 09:31:19 2017 -0700

    Mark internal argz functions with attribute_hidden [BZ #18822]

    Move internal argz function prototypes to include/argz.h and mark them
    with attribute_hidden to allow direct access within libc.so and libc.a
    without using GOT nor PLT.  This also brings string/argz.h closer to the
    gnulib version.

        [BZ #18822]
        * include/argz.h (__argz_create_sep): New function prototype.
        (__argz_append): Likewise.
        (__argz_add): Likewise.
        (__argz_add_sep): Likewise.
        (__argz_delete): Likewise.
        (__argz_insert): Likewise.
        (__argz_replace): Likewise.
        * string/argz.h (__argz_create_sep): Removed.
        (__argz_append): Likewise.
        (__argz_add): Likewise.
        (__argz_add_sep): Likewise.
        (__argz_delete): Likewise.
        (__argz_insert): Likewise.
        (__argz_replace): Likewise.

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

Summary of changes:
 ChangeLog      |   18 ++++++++++++++++++
 include/argz.h |   32 ++++++++++++++++++++++++++++++++
 string/argz.h  |   26 --------------------------
 3 files changed, 50 insertions(+), 26 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]