diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-05-05 20:28:39 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-05-05 20:29:01 -0700 |
commit | 4467df35a93e4c8e5ff7549e8d23324c64f527bd (patch) | |
tree | cab3952c02e0352b2bac138cf6e55f5da5ebff1d /ld/ChangeLog | |
parent | 9311cd60e18ccc92c36747265aacc6cb6025f66d (diff) | |
download | gdb-4467df35a93e4c8e5ff7549e8d23324c64f527bd.zip gdb-4467df35a93e4c8e5ff7549e8d23324c64f527bd.tar.gz gdb-4467df35a93e4c8e5ff7549e8d23324c64f527bd.tar.bz2 |
elf: Always append ".COUNT" to local symbols
Always append ".COUNT" to local symbols to avoid potential conflicts
with existing local symbol "XXX.COUNT".
bfd/
PR ld/27825
* elflink.c (elf_link_output_symstrtab): Always append ".COUNT"
to local symbols.
ld/
PR ld/27825
* testsuite/ld-elf/pr27825-1.d: New file.
* testsuite/ld-elf/pr27825-1a.s: Likewise.
* testsuite/ld-elf/pr27825-1b.s: Likewise.
* testsuite/ld-elf/pr27825-2.d: Likewise.
* testsuite/ld-elf/pr27825-2a.s: Likewise.
* testsuite/ld-elf/pr27825-2b.s: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5262938..0c7c759 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2021-05-05 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/27825 + * testsuite/ld-elf/pr27825-1.d: New file. + * testsuite/ld-elf/pr27825-1a.s: Likewise. + * testsuite/ld-elf/pr27825-1b.s: Likewise. + * testsuite/ld-elf/pr27825-2.d: Likewise. + * testsuite/ld-elf/pr27825-2a.s: Likewise. + * testsuite/ld-elf/pr27825-2b.s: Likewise. + 2021-05-05 Alan Modra <amodra@gmail.com> * testsuite/ld-powerpc/empty.s: New file. |