This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled_lto_lean in repository toolchain/ci/binutils-gdb.
from ad15549d51 Use gdbfmt for vprintf_filtered. adds a262b82fdb RISC-V: Extend .insn directive to support hardcode encoding. adds 88ae41e179 Update the how-to-make-a-release document so that a check fo [...] adds 9fe3819e83 gdb: remove breakpoint_find_if adds bb1fcfc4b3 Automatic date update in version.in adds 64cb17196c PR28250, Null pointer dereference in debug_class_type_samep adds 90f56146e5 nfp: add validity check of island and me adds ea17b3d59f [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp symbol search adds 250e8e0d7f [gdb/testsuite] Fix dwo path in fission-*.S
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/README-how-to-make-a-release | 4 ++ binutils/debug.c | 2 +- gas/config/tc-riscv.c | 58 +++++++++++++++++++++-- gas/doc/c-riscv.texi | 14 +++++- gas/testsuite/gas/riscv/insn-fail.d | 3 ++ gas/testsuite/gas/riscv/insn-fail.l | 7 +++ gas/testsuite/gas/riscv/insn-fail.s | 6 +++ gas/testsuite/gas/riscv/insn.d | 6 +++ gas/testsuite/gas/riscv/insn.s | 7 +++ gdb/break-catch-syscall.c | 26 +++++----- gdb/breakpoint.c | 13 ----- gdb/breakpoint.h | 18 +------ gdb/infrun.c | 2 +- gdb/testsuite/gdb.dwarf2/fission-base.S | 5 +- gdb/testsuite/gdb.dwarf2/fission-base.exp | 2 +- gdb/testsuite/gdb.dwarf2/fission-loclists-pie.S | 4 +- gdb/testsuite/gdb.dwarf2/fission-loclists-pie.exp | 2 +- gdb/testsuite/gdb.dwarf2/fission-loclists.S | 5 +- gdb/testsuite/gdb.dwarf2/fission-loclists.exp | 2 +- gdb/testsuite/gdb.dwarf2/fission-reread.S | 7 +-- gdb/testsuite/gdb.dwarf2/fission-reread.exp | 2 +- gdb/testsuite/gdb.fortran/call-no-debug.exp | 19 +++++--- opcodes/nfp-dis.c | 11 ++++- 24 files changed, 148 insertions(+), 79 deletions(-) create mode 100644 gas/testsuite/gas/riscv/insn-fail.d create mode 100644 gas/testsuite/gas/riscv/insn-fail.l create mode 100644 gas/testsuite/gas/riscv/insn-fail.s