bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/23194] Building glibc 2.27 on 32-bit Intel with binutils 2.30 se


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/23194] Building glibc 2.27 on 32-bit Intel with binutils 2.30 segfaults in elf subdir
Date: Fri, 18 May 2018 21:37:00 +0000

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

--- Comment #13 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=97373b2eba6077d5059370a95931b93a8b118813

commit 97373b2eba6077d5059370a95931b93a8b118813
Author: H.J. Lu <address@hidden>
Date:   Fri May 18 14:23:41 2018 -0700

    x86: Don't set eh->local_ref to 1 for versioned symbol

    bfd_hide_sym_by_version can't be used to check if a versioned symbol is
    hidden.  It has to be synced with _bfd_elf_link_assign_sym_version to
    get the correct answer.

    bfd/

        PR ld/23194
        * elfxx-x86.c (_bfd_x86_elf_link_symbol_references_local): Don't
        set eh->local_ref to 1 if a symbol is versioned and there is a
        version script.

    ld/

        PR ld/23194
        * testsuite/ld-i386/i386.exp: Run pr23194.
        * testsuite/ld-x86-64/x86-64.exp: Likewise.
        * testsuite/ld-i386/pr23194.d: New file.
        * testsuite/ld-i386/pr23194.map: Likewise.
        * testsuite/ld-i386/pr23194.s: Likewise.
        * testsuite/ld-x86-64/pr23194.d: Likewise.
        * testsuite/ld-x86-64/pr23194.map: Likewise.
        * testsuite/ld-x86-64/pr23194.s: Likewise.

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