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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 82f2f39d81 Automatic date update in version.in adds cf4505a7ec [gdb/testsuite] Refactor regexp in gdb.base/annota1.exp adds c0ae8ccdba [gdb/testsuite] Fix FAIL in gdb.base/annota1.exp adds 89e62f7454 Change ridiculous section size error adds 6d661cdc5b PR28422, build_id use-after-free adds 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 new 88b3223704 Automatic date update in version.in
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/coff-rs6000.c | 49 ++++++- bfd/coff64-rs6000.c | 24 +--- bfd/compress.c | 2 +- bfd/elf32-xtensa.c | 7 + bfd/elfxx-riscv.c | 7 +- bfd/format.c | 1 + 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/annota1.exp | 60 ++++++--- 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 +++ 53 files changed, 696 insertions(+), 235 deletions(-)