bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/26382] Inconsistent undefined versioned symbols


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/26382] Inconsistent undefined versioned symbols
Date: Sat, 22 Aug 2020 15:32:27 +0000

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

--- 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 <hjl@sourceware.org>:

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

commit 3f2e9699234ca31d083bc93ea6e03903f10baeaf
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Aug 22 08:31:53 2020 -0700

    elf: Keep only one '@' for undefined versioned symbols

    The symbol string table in the .symtab section is optional and cosmetic.
    Keep only one '@' for undefined versioned symbols, which are defined in
    shared objects, in the symbol string table.  Update "nm -D" to display
    only one '@' for undefined versioned symbols.

    bfd/

            PR ld/26382
            * elflink.c (elf_link_output_symstrtab): Keep only one '@' for
            versioned symbols, which are defined in shared objects, in
            symbol string table.

    binutils/

            PR ld/26382
            * nm.c (print_symname): Display only one '@' for undefined
            versioned symbols.
            * doc/binutils.texi: Update nm version information.

    ld/

            PR ld/26382
            * testsuite/ld-elf/pr26302.nd: Updated.
            * testsuite/ld-elf/pr26302.rd: New file.
            * testsuite/ld-elf/shared.exp: Add a test for readelf -sW.

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