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-arm-bootstrap_O3 in repository toolchain/ci/binutils-gdb.
from 9b9b1092f0 RISC-V: PR27916, Support mapping symbols. adds f947f96797 [gdb/cli] Don't assert on empty string for core-file adds ee8b88452c Add a show function for "maint show worker-threads" adds 282aa4f7d2 Add some parallel_for_each tests adds 685bb4e84b RISC-V: PR28291, Fix the gdb fails that PR27916 caused. adds 00894ecf46 gdb: fix build error in unittests/parallel-for-selftests.c adds 6fc590e1f5 fbsd-nat: Don't use '%jd' and '%ju' with printf_filtered. adds c0e5bb42c6 Automatic date update in version.in adds ad15549d51 Use gdbfmt for vprintf_filtered. adds a262b82fdb RISC-V: Extend .insn directive to support hardcode encoding. new 88ae41e179 Update the how-to-make-a-release document so that a check fo [...]
The 1 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/version.h | 2 +- binutils/README-how-to-make-a-release | 4 ++ 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/Makefile.in | 1 + gdb/corelow.c | 3 +- gdb/fbsd-nat.c | 45 ++++++++------- gdb/maint.c | 18 +++++- gdb/testsuite/gdb.base/batch-exit-status.exp | 4 ++ gdb/unittests/parallel-for-selftests.c | 86 ++++++++++++++++++++++++++++ gdb/utils.c | 26 +++------ opcodes/riscv-dis.c | 4 +- 17 files changed, 245 insertions(+), 49 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 create mode 100644 gdb/unittests/parallel-for-selftests.c