bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/22728] Incorrect local dynamic symbols generated on Solaris


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/22728] Incorrect local dynamic symbols generated on Solaris
Date: Fri, 19 Jan 2018 00:23:08 +0000

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

--- 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=c5bdb022609634970dd981517d478e6cc332629c

commit c5bdb022609634970dd981517d478e6cc332629c
Author: H.J. Lu <address@hidden>
Date:   Thu Jan 18 16:21:46 2018 -0800

    solaris2.em: Fold after_allocation into before_allocation

    Since all ELF linkers call check_relocs after opening all inputs, we
    can fold after_allocation into before_allocation so that local dynamic
    symbols will be placed before global dynamic symbols in .dynsym section.
    This fixed:

    FAIL: Common symbol override test (auxiliary shared object build)
    FAIL: ld-elf/pr19617a
    FAIL: ld-elf/pr19698

    for i386-solaris2.12 and x86_64-solaris2.12 targets.

        PR ld/22728
        * emultempl/solaris2.em (elf_solaris2_after_allocation): Fold
        into ...
        (elf_solaris2_before_allocation): This.
        (LDEMUL_AFTER_ALLOCATION): Removed.

-- 
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]