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 #5 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  a1afb41193e908668eeac7e3a25a48ac535aff67 (commit)
      from  58c9ff1bdb213bfa65eff12c7d17532cb48aabe7 (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=a1afb41193e908668eeac7e3a25a48ac535aff67

commit a1afb41193e908668eeac7e3a25a48ac535aff67
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Oct 15 14:06:54 2015 -0700

    Mark internal _itoa functions hidden

    Since internal _itoa functions are only used internally in ld.so and
    libc.so, they can be made hidden.

        [BZ #19122]
        * sysdeps/generic/_itoa.h (_itoa): Add attribute_hidden.
        (_itoa_word): Likewise.

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

Summary of changes:
 ChangeLog               |    3 +++
 sysdeps/generic/_itoa.h |    5 +++--
 2 files changed, 6 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]