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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 4ad2c6a03e Fix "enumeration values not handled in switch" error in testsuite adds 66e3eb08a5 Fix all unexpected failures in gas testsuite for pdp11-aout. adds c47bae859a Fix Python3.9 related runtime problems adds 989ade0552 gdb: add comment in dwarf_evaluate_loc_desc::push_dwarf_reg_ [...] adds 78c1c35437 cpu,opcodes: add instruction semantics to bpf.cpu and minor fixes adds 12adf8053b bfd: fix handling of R_BPF_INSN_{32,64} relocations. adds c7f4cd8683 Automatic date update in version.in adds ab7ad28739 binutils: Add myself as Xtensa maintainer adds 735d5a0716 Build two gdb.cp testcases with -Wno-unused-comparison new 9fcafd23fa Fix file-not-found error with clang in gdb.arch/i386-{avx,sse}.c new 678048e807 Fix build errors in with clang in gdb.compile/compile-cplus.c
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/ChangeLog | 10 + bfd/elf64-bpf.c | 27 +- bfd/pdp11.c | 3 + bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/MAINTAINERS | 1 + cpu/ChangeLog | 30 ++ cpu/bpf.cpu | 332 +++++++++++++++------ cpu/bpf.opc | 1 + gas/ChangeLog | 13 + gas/config/tc-pdp11.c | 10 + 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 +- gdb/ChangeLog | 15 + gdb/dwarf2/loc.c | 6 + gdb/python/python.c | 56 ++-- gdb/testsuite/ChangeLog | 19 ++ gdb/testsuite/gdb.arch/i386-avx.exp | 2 +- gdb/testsuite/gdb.arch/i386-sse.exp | 2 +- gdb/testsuite/gdb.compile/compile-cplus.exp | 15 +- gdb/testsuite/gdb.cp/koenig.exp | 3 +- gdb/testsuite/gdb.cp/operator.exp | 3 +- opcodes/ChangeLog | 8 + opcodes/bpf-desc.c | 298 +++++++++--------- opcodes/bpf-dis.c | 1 + opcodes/bpf-opc.c | 120 ++++---- opcodes/bpf-opc.h | 20 +- 29 files changed, 707 insertions(+), 339 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%)