bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/18718] -fno-plt doesn't work with symbol versioning


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/18718] -fno-plt doesn't work with symbol versioning
Date: Sat, 25 Jul 2015 15:08:24 +0000

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by H.J. Lu <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1659f720b0818d6666570f79bef53ac461b2b22f

commit 1659f720b0818d6666570f79bef53ac461b2b22f
Author: H.J. Lu <address@hidden>
Date:   Sat Jul 25 07:56:18 2015 -0700

    Skip missing symbol version section check for executable

    Missing symbol version section is a run-time problem only if it will
    be referenced dynamically at run-time.  We should skip the check for
    locally defined symbol, which isn't referenced by shared library, when
    linking executable.

    bfd/

        PR ld/18718
        * elflink.c (elf_link_output_extsym): Check symbol version
        section check only if not linking executable, the symbol is
        referenced by shared library or not locally defined.

    ld/testsuite/

        PR ld/18718
        * ld-elf/pr18718.c: New file.
        * ld-elf/shared.exp: Run tests for PR ld/18718.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]