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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 4b186f88b8 gdbsupport: common-utils.h: fix typo in header adds 3c55062cc1 gdb/testsuite: fix race in gdb.threads/signal-while-stepping [...] adds b49180acf2 Fix fixed-point binary operation type handling adds 1606216201 config.sub update broke powerpc-eabivle adds 4018f4e0fc ld pr22471 test fails adds f526791a6f Regen ld/po/BLD-POTFILES.in adds e2ede46cb2 Automatic date update in version.in adds 6987d5a1bb binutils/readelf.c: Correct grammar in comment adds d4e57b87a3 bfin: Check bfd_link_hash_indirect adds 2652cfad8d RISC-V: Support riscv bitmanip frozen ZBA/ZBB/ZBC instructio [...] adds 1861f7cfbf sim: cris: fix C tests with newer toolchains new 9446bcf6be fix paths in ChangeLog new 4d4490b8d7 ld: xfail riscv64*-*-* for ld-scripts/empty-address-2 tests.
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: ChangeLog | 4 + bfd/ChangeLog | 14 +++ bfd/elf32-bfin.c | 10 +- bfd/elfxx-riscv.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/readelf.c | 2 +- config.sub | 4 +- gas/ChangeLog | 14 +++ gas/config/tc-riscv.c | 14 ++- gas/testsuite/gas/riscv/bitmanip-insns-32.d | 37 +++++++ gas/testsuite/gas/riscv/bitmanip-insns-64.d | 55 +++++++++++ gas/testsuite/gas/riscv/bitmanip-insns.s | 58 +++++++++++ gdb/ChangeLog | 9 ++ gdb/ada-lang.c | 58 +++++++---- gdb/testsuite/ChangeLog | 14 +++ gdb/testsuite/gdb.ada/fixed_points.exp | 17 ++++ .../gdb.ada/fixed_points/fixed_points.adb | 1 + gdb/testsuite/gdb.ada/fixed_points/pck.ads | 5 + .../signal-while-stepping-over-bp-other-thread.exp | 2 +- gdb/testsuite/lib/gdb.exp | 23 ++++- gdb/valarith.c | 46 ++++++--- gdb/valops.c | 63 +++++++----- gdb/value.h | 5 + include/ChangeLog | 12 +++ include/opcode/riscv-opc.h | 108 +++++++++++++++++++++ include/opcode/riscv.h | 7 +- ld/ChangeLog | 14 +++ ld/po/BLD-POTFILES.in | 6 ++ ld/testsuite/ld-elf/shared.exp | 23 +++-- ld/testsuite/ld-scripts/empty-address-2a.d | 2 +- ld/testsuite/ld-scripts/empty-address-2b.d | 2 +- opcodes/ChangeLog | 10 ++ opcodes/riscv-opc.c | 57 ++++++++++- sim/testsuite/sim/cris/ChangeLog | 8 ++ sim/testsuite/sim/cris/c/kill2.c | 2 + sim/testsuite/sim/cris/c/openpf1.c | 2 +- sim/testsuite/sim/cris/c/openpf2.c | 2 +- sim/testsuite/sim/cris/c/pipe1.c | 1 + sim/testsuite/sim/cris/c/sched1.c | 1 + sim/testsuite/sim/cris/c/sched2.c | 1 + sim/testsuite/sim/cris/c/sched3.c | 1 + sim/testsuite/sim/cris/c/sched4.c | 1 + sim/testsuite/sim/cris/c/sig5.c | 2 + sim/testsuite/sim/cris/c/sig8.c | 2 + 45 files changed, 638 insertions(+), 89 deletions(-) create mode 100644 gas/testsuite/gas/riscv/bitmanip-insns-32.d create mode 100644 gas/testsuite/gas/riscv/bitmanip-insns-64.d create mode 100644 gas/testsuite/gas/riscv/bitmanip-insns.s