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-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 6646834337 PR28423, use-after-free in objdump adds cda0561f9e RISC-V: Split Zb[abc] into commented sections adds 586dcfc81e RISC-V: Update extension version for Zb[abc] to 1.0.0 adds 9455c91957 RISC-V: Add support for Zbs instructions adds 8baf3d0756 RISC-V: Support aliases for Zbs instructions adds cd3f655cc7 gdb: add accessors for field (and call site) location adds 22589c4996 [gdb/testsuite] Fix gdb.guile/scm-type.exp with gcc 4.8 adds d7a6aa74c8 [gdb/testsuite] Fix gdb.threads/check-libthread-db.exp with [...] adds fc6e66cd18 Automatic date update in version.in adds b80e6295f6 [gdb/testsuite] Add nopie in two test-cases adds 8320b04230 [gdb/testsuite] Fix gdb.base/bt-on-error-and-warning.exp wit [...] adds 2550e478ad [gdb/testsuite] Fix gdb.mi/gdb2549.exp with check-read1 adds 048cb8b466 [gdb/testsuite] Fix gdb.base/info_sources_2.exp with check-read1 adds b886031bd2 [gdb/testsuite] Fix gdb.base/info-types-c++.exp with stressed cpu adds 851a4f24d7 Automatic date update in version.in adds 0161bdd47c PR28415, invalid read in xtensa_read_table_entries adds f9edf60830 [gdb/testsuite] Fix fortran module tests with stressed cpu adds fa9ce2c143 [gdb/testsuite] Add check-readmore adds 84a6adfd4c [gdb] Make execute_command_to_string return string on throw adds 902ad3d703 Automatic date update in version.in adds 88b3223704 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/elf32-xtensa.c | 7 + bfd/elfxx-riscv.c | 7 +- bfd/version.h | 2 +- gas/config/tc-riscv.c | 3 + gas/testsuite/gas/riscv/b-ext-64.d | 26 +++- gas/testsuite/gas/riscv/b-ext-64.s | 25 ++++ gas/testsuite/gas/riscv/b-ext.d | 18 ++- gas/testsuite/gas/riscv/b-ext.s | 17 +++ gdb/Makefile.in | 4 +- gdb/ada-lang.c | 2 +- gdb/amd64-tdep.c | 11 +- gdb/coffread.c | 6 +- gdb/complaints.c | 4 +- gdb/cp-valprint.c | 12 +- gdb/ctfread.c | 4 +- gdb/dwarf2/read.c | 41 +++--- gdb/gdbcmd.h | 12 +- gdb/gdbtypes.c | 33 ++--- gdb/gdbtypes.h | 145 +++++++++++++++++---- gdb/gnu-v3-abi.c | 12 +- gdb/guile/guile.c | 2 +- gdb/mdebugread.c | 4 +- gdb/python/python.c | 6 +- gdb/rust-lang.c | 4 +- gdb/stabsread.c | 12 +- gdb/stack.c | 4 +- gdb/target-descriptions.c | 6 +- gdb/testsuite/Makefile.in | 43 ++++-- gdb/testsuite/README | 2 +- gdb/testsuite/gdb.arch/amd64-tailcall-noret.exp | 2 + gdb/testsuite/gdb.base/bp-cmds-continue-ctrl-c.c | 2 +- gdb/testsuite/gdb.base/bt-on-error-and-warning.exp | 4 +- gdb/testsuite/gdb.base/info-types.exp.tcl | 1 + gdb/testsuite/gdb.base/info_sources_2.exp | 16 ++- gdb/testsuite/gdb.dwarf2/dw2-restrict.exp | 3 +- gdb/testsuite/gdb.fortran/info-modules.exp | 6 + gdb/testsuite/gdb.fortran/module.exp | 6 + gdb/testsuite/gdb.guile/scm-type.exp | 2 +- gdb/testsuite/gdb.mi/gdb2549.exp | 46 +++---- gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 5 + gdb/testsuite/gdb.threads/check-libthread-db.exp | 4 +- gdb/testsuite/lib/read1.c | 136 ++++++++++++++++++- gdb/thread.c | 5 +- gdb/top.c | 37 +++++- gdb/windows-tdep.c | 2 +- include/opcode/riscv-opc.h | 24 ++++ include/opcode/riscv.h | 1 + opcodes/riscv-opc.c | 19 +++ 48 files changed, 609 insertions(+), 186 deletions(-)