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-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from f0fbb768c2 Use add_partial_symbol in load_partial_dies adds 636edd0018 cp-completion-aliases.exp: Use test_gdb_complete_{unique,multiple} adds 2a37823bfe PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*. adds 5c5055683b RISC-V: Fix missing initialization of riscv_csr_extra structs adds 92eb6ed177 Automatic date update in version.in adds 1c912705af Fix PR gas/26001 (pdp11-*-*) adds 72a3b182e1 Linker: Remove support for -Map= with an empty argument. adds 151f5de4a6 Fix a potential use of an uninitialised value in the ns32k d [...] adds b32632c499 ld: Add --enable-textrel-check=[no|yes|warning|error] adds fa6ecf9405 ld: Enable --warn-textrel by default for Linux/x86 targets adds 6f028f3c07 ld: Mention --enable-textrel-check=yes is default for Linux/ [...] adds ab382d6426 asan: ns32k: use of uninitialized value adds 8eff95bcb6 PR26044, Some targets can't be compiled with GCC 10 (tilepro) adds efcf5fb585 ubsan: nios2: undefined shift adds cee00f1715 Fix "'operator new' should not return NULL" errors in testsuite adds 9e85f042a6 [PATCH] gas: Fix comment on definition of frag_grow() adds f030440daa [gdb/symtab] Make gold index workaround more precise adds 09fe663ed8 Pass -Wno-deprecated-register for gdb.cp that use "register" adds 44486dcf19 gdb: use caller objfile in dwarf_evaluate_loc_desc::push_dwa [...] adds a3fc941881 Stop the linker from accepting executable ELF files as input [...] adds a87e1817a4 Have the linker fail if any attempt to link in an executable [...] adds 4ad2c6a03e Fix "enumeration values not handled in switch" error in testsuite adds 66e3eb08a5 Fix all unexpected failures in gas testsuite for pdp11-aout.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 +++ bfd/pdp11.c | 3 ++ bfd/version.h | 2 +- gas/ChangeLog | 31 ++++++++++++++++ gas/config/tc-pdp11.c | 21 ++++++++++- gas/config/tc-riscv.c | 1 + gas/frags.c | 6 ++-- gas/testsuite/gas/all/{cond.l => cond-pdp11.l} | 14 ++++---- gas/testsuite/gas/all/eqv-dot-pdp11.d | 12 +++++++ .../gas/all/{eqv-dot.s => eqv-dot-pdp11.s} | 0 gas/testsuite/gas/all/gas.exp | 19 ++++++++-- gas/testsuite/gas/pdp11/pdp11.exp | 1 + gas/testsuite/gas/pdp11/pr26001.d | 12 +++++++ gas/testsuite/gas/pdp11/pr26001.s | 9 +++++ gdb/ChangeLog | 11 ++++++ gdb/dwarf2/loc.c | 6 ++-- gdb/dwarf2/read.c | 22 +++++++----- gdb/testsuite/ChangeLog | 26 ++++++++++++++ gdb/testsuite/gdb.base/sigaltstack.c | 2 ++ gdb/testsuite/gdb.cp/classes.exp | 3 +- gdb/testsuite/gdb.cp/inherit.exp | 3 +- gdb/testsuite/gdb.cp/misc.exp | 3 +- .../gdb.linespec/cp-completion-aliases.exp | 33 ++++++----------- gdb/testsuite/gdb.linespec/cpls-ops.cc | 6 ++-- include/ChangeLog | 6 ++++ include/opcode/tilepro.h | 4 +-- ld/ChangeLog | 42 ++++++++++++++++++++++ ld/NEWS | 9 +++-- ld/config.in | 6 ++++ ld/configure | 41 +++++++++++++++++++-- ld/configure.ac | 29 +++++++++++++++ ld/configure.tgt | 5 ++- ld/ld.texi | 10 +++--- ld/ldelf.c | 20 ++++++++++- ld/ldmain.c | 1 + ld/lexsup.c | 29 +++++++++------ ld/testsuite/ld-elf/pr19539.d | 2 +- opcodes/ChangeLog | 16 +++++++++ opcodes/nios2-dis.c | 16 +++------ opcodes/ns32k-dis.c | 4 +-- 40 files changed, 396 insertions(+), 95 deletions(-) copy gas/testsuite/gas/all/{cond.l => cond-pdp11.l} (84%) create mode 100644 gas/testsuite/gas/all/eqv-dot-pdp11.d copy gas/testsuite/gas/all/{eqv-dot.s => eqv-dot-pdp11.s} (100%) create mode 100644 gas/testsuite/gas/pdp11/pr26001.d create mode 100644 gas/testsuite/gas/pdp11/pr26001.s