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 dynamic-link/19122] Unnecessary PLT relocations in librtld.os


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

--- Comment #2 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  9edf9b18b1dc5de0f3d76c42877b405cb439df4f (commit)
      from  983a33fa7d50aa8bcff1e0f183388c74b1b5e213 (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=9edf9b18b1dc5de0f3d76c42877b405cb439df4f

commit 9edf9b18b1dc5de0f3d76c42877b405cb439df4f
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Oct 15 13:41:21 2015 -0700

    Mark x86 _dl_unmap/_dl_make_tlsdesc_dynamic hidden

    Since x86 _dl_unmap and _dl_make_tlsdesc_dynamic are only used
    internally in ld.so, they can be made hidden.

        [BZ #19122]
        * sysdeps/i386/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
        * sysdeps/i386/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
        Likewise.
        * sysdeps/x86_64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
        Likewise.
        * sysdeps/x86_64/dl-lookupcfg.h (_dl_unmap): Likewise.

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

Summary of changes:
 ChangeLog                     |   10 ++++++++++
 sysdeps/i386/dl-lookupcfg.h   |    3 ++-
 sysdeps/i386/dl-tlsdesc.h     |    5 +++--
 sysdeps/x86_64/dl-lookupcfg.h |    3 ++-
 sysdeps/x86_64/dl-tlsdesc.h   |    5 +++--
 5 files changed, 20 insertions(+), 6 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]