This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from e71774ed24 Automatic date update in version.in adds 496afd1705 elf: Add -z unique-symbol to avoid duplicated local symbol names adds 8087c3fa8b Fix GDB build in infrun.c when configured with unit tests disabled adds 320f5391b6 Automatic date update in version.in adds 32aea73e01 Bump version to 11.0.50.DATE-git. adds ed6a896ca6 Update NEWS post GDB 10 branch creation. adds 1f656a652e Re: elf: Add -z unique-symbol
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 11 ++ bfd/elflink.c | 207 +++++++++++++++++++++++++++++-------- bfd/version.h | 2 +- gdb/ChangeLog | 15 +++ gdb/NEWS | 4 +- gdb/infrun.c | 3 + gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/default.exp | 2 +- gdb/version.in | 2 +- include/ChangeLog | 5 + include/bfdlink.h | 3 + ld/ChangeLog | 23 +++++ ld/NEWS | 2 + ld/emultempl/elf.em | 4 + ld/ld.texi | 6 ++ ld/lexsup.c | 4 + ld/testsuite/ld-elf/elf.exp | 121 ++++++++++++++++++++++ ld/testsuite/ld-elf/pr26391.nd | 7 ++ ld/testsuite/ld-elf/pr26391.out | 3 + ld/testsuite/ld-elf/pr26391a.c | 18 ++++ ld/testsuite/ld-elf/pr26391b.c | 13 +++ ld/testsuite/ld-elf/pr26391c.c | 13 +++ ld/testsuite/ld-elf/pr26391d.c | 13 +++ 23 files changed, 440 insertions(+), 45 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr26391.nd create mode 100644 ld/testsuite/ld-elf/pr26391.out create mode 100644 ld/testsuite/ld-elf/pr26391a.c create mode 100644 ld/testsuite/ld-elf/pr26391b.c create mode 100644 ld/testsuite/ld-elf/pr26391c.c create mode 100644 ld/testsuite/ld-elf/pr26391d.c