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 build/20750] Build fails with default PIE enabled gcc-6.x


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

--- Comment #6 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  c9070e6305c08365c5f8b604bdca39c699d70cfa (commit)
      from  389d1f1b232b3d6b9d73ee2c50e543ace6675621 (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=c9070e6305c08365c5f8b604bdca39c699d70cfa

commit c9070e6305c08365c5f8b604bdca39c699d70cfa
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Nov 28 09:44:49 2016 -0800

    X86_64: Don't use PLT nor GOT in static archives [BZ #20750]

    There is no need to use PLT nor GOT in static archives to branch to a
    function, regardless whether static archives is compiled with PIC or
    not.  When static archives are used to create dynamic executable,
    PLT/GOT may be used.  The resulting executable still works correctly.

        [BZ #20750]
        * sysdeps/x86_64/sysdep.h (JUMPTARGET): Check SHARED instead
        of PIC.

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

Summary of changes:
 ChangeLog               |    6 ++++++
 sysdeps/x86_64/sysdep.h |    3 ++-
 2 files changed, 8 insertions(+), 1 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]