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/17711] copy relocations against protected symbols don't work


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

--- Comment #8 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  ef4ad06fe5a615af9550d74b1b6d546b9dc0a64d (commit)
      from  2ca725c594e0c186d928dc0823be7d8b5976112c (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=ef4ad06fe5a615af9550d74b1b6d546b9dc0a64d

commit ef4ad06fe5a615af9550d74b1b6d546b9dc0a64d
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Feb 27 13:56:44 2015 -0800

    Compile vismain with -fPIE and link with -pie

    Protocted symbol in shared library can only be accessed from PIE
    or shared library.  Linker in binutils 2.26 enforces it.  We must
    compile vismain with -fPIE and link it with -pie.

        [BZ #17711]
        * elf/Makefile (tests): Add vismain only if PIE is enabled.
        (tests-pie): Add vismain.
        (CFLAGS-vismain.c): New.
        * elf/vismain.c: Add comments for PIE requirement.

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

Summary of changes:
 ChangeLog     |    8 ++++++++
 NEWS          |    8 ++++----
 elf/Makefile  |    5 ++++-
 elf/vismain.c |    5 +++++
 4 files changed, 21 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]