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/14132] Get rid of INTDEF/INTUSE and *_internal aliases


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

--- Comment #10 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  ab97ee8f1bf70b24b417e8f690ce50563d508243 (commit)
      from  c5684fdb2badfda3bd6e973e5f933272e39e9590 (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=ab97ee8f1bf70b24b417e8f690ce50563d508243

commit ab97ee8f1bf70b24b417e8f690ce50563d508243
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Nov 5 01:02:47 2014 +0000

    Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).

    Continuing the removal of the obsolete INTDEF / INTUSE mechanism, this
    patch replaces its use for _dl_mcount with use of rtld_hidden_def /
    rtld_hidden_proto.

    Tested for x86_64 that installed stripped shared libraries are
    unchanged by the patch.

        [BZ #14132]
        * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
        INTDEF.
        * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
        declaration.
        (_dl_mcount): Use rtld_hidden_proto.
        * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
        _dl_mcount.
        * elf/rtld.c (_rtld_global_ro): Likewise.

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

Summary of changes:
 ChangeLog                  |   10 ++++++++++
 elf/dl-profile.c           |    2 +-
 elf/dl-runtime.c           |    2 +-
 elf/rtld.c                 |    2 +-
 sysdeps/generic/ldsodefs.h |    3 +--
 5 files changed, 14 insertions(+), 5 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]