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 #11 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  38acf35697c1bca396dedf7139995e6d0d4dd117 (commit)
      from  084e7d57bbdeaeca3ea279600daefe2e614593b6 (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=38acf35697c1bca396dedf7139995e6d0d4dd117

commit 38acf35697c1bca396dedf7139995e6d0d4dd117
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Jan 6 11:28:04 2016 -0800

    Mark ld.so internal mmap functions hidden in ld.so

    Since ld.so internal mmap functions are only used internally in ld.so,
    they can be made hidden.  Don't hide __mmap on Hurd, since __mmap in
    ld.so will be preempted by the one in libc.so after bootstrap.

         [BZ #19122]
         * include/sys/mman.h [IS_IN (rtld)]: Include <dl-mman.h>.
         * sysdeps/generic/dl-mman.h: New file.
         * sysdeps/mach/hurd/dl-mman.h: Likewise.

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

Summary of changes:
 ChangeLog                                          |    7 +++++++
 include/sys/mman.h                                 |    4 ++++
 .../bench-strchrnul.c => sysdeps/generic/dl-mman.h |   10 ++++++----
 .../{generic/dl-librecon.h => mach/hurd/dl-mman.h} |   16 +++++++---------
 4 files changed, 24 insertions(+), 13 deletions(-)
 copy benchtests/bench-strchrnul.c => sysdeps/generic/dl-mman.h (68%)
 copy sysdeps/{generic/dl-librecon.h => mach/hurd/dl-mman.h} (68%)

-- 
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]