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 <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3f2e9699234ca31d083bc93ea6e03903f10baeaf commit 3f2e9699234ca31d083bc93ea6e03903f10baeaf Author: H.J. Lu <hjl.to...@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.