diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-08-22 08:31:53 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-08-22 08:32:02 -0700 |
commit | 3f2e9699234ca31d083bc93ea6e03903f10baeaf (patch) | |
tree | bfe2e473c96a1b7c9cc4e3f9ea8bb90d2d946521 /ld/ChangeLog | |
parent | d19c3068ab17598662fe562e96bc1943b2b49736 (diff) | |
download | gdb-3f2e9699234ca31d083bc93ea6e03903f10baeaf.zip gdb-3f2e9699234ca31d083bc93ea6e03903f10baeaf.tar.gz gdb-3f2e9699234ca31d083bc93ea6e03903f10baeaf.tar.bz2 |
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0e3a859..4f57be8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2020-08-22 H.J. Lu <hongjiu.lu@intel.com> + + 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. + 2020-08-20 Nick Clifton <nickc@redhat.com> PR 26428 |