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-stable-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 adds 9446bcf6be fix paths in ChangeLog adds 4d4490b8d7 ld: xfail riscv64*-*-* for ld-scripts/empty-address-2 tests. adds aa881ecde4 RISC-V: Add pause hint instruction. adds 78e4948694 [gdb/build] Fix gdbserver build with -fsanitize=address adds 17d60030ae Fix another path length problem opening files on Win32 systems.
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + bfd/ChangeLog | 24 +++++ bfd/bfdio.c | 23 ++++- 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 | 22 ++++ gas/config/tc-riscv.c | 16 ++- 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 +++++++++++ gas/testsuite/gas/riscv/pause.d | 10 ++ gas/testsuite/gas/riscv/pause.s | 2 + 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 + gdbserver/ChangeLog | 7 ++ gdbserver/Makefile.in | 13 ++- include/ChangeLog | 18 ++++ include/opcode/riscv-opc.h | 111 +++++++++++++++++++++ include/opcode/riscv.h | 8 +- 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 | 14 +++ opcodes/riscv-opc.c | 60 ++++++++++- 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 + 50 files changed, 726 insertions(+), 93 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 create mode 100644 gas/testsuite/gas/riscv/pause.d create mode 100644 gas/testsuite/gas/riscv/pause.s