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-arm-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 4636b7db71 Automatic date update in version.in adds 309cae1f7b ld: Add -Bsymbolic-functions tests adds bb68f22c8e ld: Handle --dynamic-list* before -Bsymbolic -Bsymbolic-functions adds e08bd6c508 Don't remove C++ aliases from completions if symbol doesn't match adds 41a77cbaad gdb: make gdbarch.sh write gdbarch.{c,h} directly new 72393fd103 RISC-V: Gas inserts cfa relocs in wrong section. new ddb9ebd500 Automatic date update in version.in
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 7 +++++++ gas/config/tc-riscv.c | 13 ++++++++++++- gdb/ChangeLog | 8 ++++++++ gdb/gdbarch.c | 12 +----------- gdb/gdbarch.h | 12 +----------- gdb/gdbarch.sh | 39 ++++++--------------------------------- gdb/symtab.c | 13 ++++++++----- gdb/symtab.h | 5 +++-- ld/ChangeLog | 16 ++++++++++++++++ ld/lexsup.c | 37 +++++++++++++++---------------------- ld/testsuite/ld-elf/dl4e.out | 6 ++++++ ld/testsuite/ld-elf/shared.exp | 12 +++++++++--- ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pr26018.d | 16 ++++++++++++++++ ld/testsuite/ld-x86-64/pr26018.d | 15 +++++++++++++++ ld/testsuite/ld-x86-64/pr26018.s | 7 +++++++ ld/testsuite/ld-x86-64/x86-64.exp | 1 + 18 files changed, 133 insertions(+), 89 deletions(-) create mode 100644 ld/testsuite/ld-elf/dl4e.out create mode 100644 ld/testsuite/ld-i386/pr26018.d create mode 100644 ld/testsuite/ld-x86-64/pr26018.d create mode 100644 ld/testsuite/ld-x86-64/pr26018.s