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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 2a67f09db1 Add bfloat16 support for AVX512 register view. adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 11 +++ bfd/elflink.c | 207 ++++++++++++++++++++++++++++++++-------- bfd/version.h | 2 +- gdb/ChangeLog | 4 + gdb/infrun.c | 3 + include/ChangeLog | 5 + include/bfdlink.h | 3 + ld/ChangeLog | 17 ++++ 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 +++ 19 files changed, 414 insertions(+), 42 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