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/17775] Unused code in sysdeps/i386/dl-machine.h


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

--- 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  7062bd4230a9b94adff4101af9ae6c6a0d53c6e6 (commit)
      from  07256e183efe00ed833d1f744f7eef1e103afd74 (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=7062bd4230a9b94adff4101af9ae6c6a0d53c6e6

commit 7062bd4230a9b94adff4101af9ae6c6a0d53c6e6
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Dec 30 14:30:37 2014 -0800

    Don't check PI_STATIC_AND_HIDDEN in i386 dl-machine.h

    PI_STATIC_AND_HIDDEN is always defined for i386.  There is no need to
    check PI_STATIC_AND_HIDDEN in sysdeps/i386/dl-machine.h.

        [BZ #17775]
        * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
        (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
        (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.

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

Summary of changes:
 ChangeLog                 |    7 +++++++
 NEWS                      |    3 ++-
 sysdeps/i386/dl-machine.h |   33 ---------------------------------
 3 files changed, 9 insertions(+), 34 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]