This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-aarch64 in repository toolchain/ci/gdb.
from 161e87d121 PR28694, Out-of-bounds write in stab_xcoff_builtin_type adds 4d3605c8ca Fix an undefined behaviour in the BFD library's DWARF parser. adds 261b07488b New --enable-threading configure option to control use of th [...] adds 161cdabc39 PR28691, validate dwarf attribute form adds da72876cc5 Automatic date update in version.in adds a547eaf18c gdb: re-format with black 21.9b0 adds 37260e0df0 gdb: re-format with black 21.12b0 adds 05f62e0c9a Re: Fix an undefined behaviour in the BFD library's DWARF parser adds 6628ac006d Adjust compare_link_order for unstable qsort adds 4095db4c9c sim: fix mingw builds with replacement gnulib open new 444cc278b9 bfd: unify texi generation rules new 7d554943ba sim: mips/or1k: drop redundant arg to bitsize macro new 23ff54c27d RISC-V: Support svinval extension with frozen version 1.0.
The 3 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/ChangeLog | 5 + bfd/doc/Makefile.am | 121 ++++---------- bfd/doc/Makefile.in | 137 +++++---------- bfd/dwarf1.c | 10 +- bfd/dwarf2.c | 184 ++++++++++++++------- bfd/elfxx-riscv.c | 3 + bfd/version.h | 2 +- gas/testsuite/gas/riscv/svinval.d | 15 ++ gas/testsuite/gas/riscv/svinval.s | 5 + gdb/NEWS | 11 ++ gdb/configure | 24 ++- gdb/gdb-gdb.py.in | 7 +- gdb/python/lib/gdb/__init__.py | 1 - .../gdb.multi/multi-target-info-inferiors.py | 14 +- gdb/testsuite/gdb.python/py-events.py | 9 +- gdbserver/configure | 24 ++- gdbsupport/common.m4 | 22 ++- gdbsupport/configure | 24 ++- include/opcode/riscv-opc.h | 16 ++ include/opcode/riscv.h | 1 + ld/ldelfgen.c | 11 +- opcodes/riscv-opc.c | 7 + sim/common/sim-io.c | 4 +- sim/mips/configure | 3 +- sim/mips/configure.ac | 3 +- sim/or1k/configure | 2 +- sim/or1k/configure.ac | 2 +- 27 files changed, 389 insertions(+), 278 deletions(-) create mode 100644 gas/testsuite/gas/riscv/svinval.d create mode 100644 gas/testsuite/gas/riscv/svinval.s