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-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from ad118caa9f libctf: work on platforms without O_CLOEXEC. adds 63c6fc6cac i386: Check for reserved VEX.vvvv and EVEX.vvvv adds 76fad99963 Use CHAR_BIT instead of NBBY in libctf adds d3238f7d90 Fix paths to ChangeLog files adds b02f78f928 Introduce and use make_unique_xstrdup adds fbe4d6650d Automatic date update in version.in adds 312617a3d0 gdb/riscv: Don't error when decoding a 6 or 8 byte instruction adds 0088ba596b gdb/testsuite: Improve comments in recently added test adds 62d8e3b731 libctf: eschew %zi format specifier new 12efd68d15 i386: Check vector length for EVEX vextractfXX and vinsertfXX
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 +- gas/ChangeLog | 18 ++++++ gas/testsuite/gas/i386/disassem.d | 8 +++ gas/testsuite/gas/i386/disassem.s | 4 ++ gas/testsuite/gas/i386/x86-64-disassem.d | 7 +++ gas/testsuite/gas/i386/x86-64-disassem.s | 4 ++ gdb/ChangeLog | 36 ++++++++++- gdb/ada-lang.c | 3 +- gdb/breakpoint.c | 5 +- gdb/cli/cli-dump.c | 2 +- gdb/common/filestuff.c | 2 +- gdb/common/gdb_tilde_expand.c | 2 +- gdb/common/gdb_unique_ptr.h | 8 +++ gdb/common/pathstuff.c | 8 +-- gdb/compile/compile-cplus-types.c | 2 +- gdb/completer.c | 19 ++---- gdb/cp-support.c | 2 +- gdb/doc/ChangeLog | 2 +- gdb/fbsd-tdep.c | 2 +- gdb/gdbserver/ChangeLog | 4 ++ gdb/gdbserver/server.c | 2 +- gdb/guile/scm-safe-call.c | 2 +- gdb/infcmd.c | 2 +- gdb/linespec.c | 2 +- gdb/mi/mi-main.c | 2 +- gdb/psymtab.c | 2 +- gdb/riscv-tdep.c | 10 +-- gdb/symfile.c | 2 +- gdb/target.c | 2 +- gdb/testsuite/ChangeLog | 16 ++++- .../riscv-unwind-long-insn-6.s} | 60 +++++++++--------- .../riscv-unwind-long-insn-8.s} | 60 +++++++++--------- .../riscv-unwind-long-insn.c} | 8 ++- gdb/testsuite/gdb.arch/riscv-unwind-long-insn.exp | 61 ++++++++++++++++++ gdb/tui/tui-regs.c | 2 +- gdb/value.c | 6 +- libctf/ChangeLog | 11 ++++ libctf/ctf-archive.c | 7 ++- libctf/ctf-create.c | 21 ++++--- opcodes/ChangeLog | 32 ++++++++++ opcodes/i386-dis-evex.h | 72 +++++++++++++++++++--- opcodes/i386-dis.c | 34 ++++++---- 42 files changed, 409 insertions(+), 147 deletions(-) copy gdb/testsuite/{gdb.modula2/max-depth.c => gdb.arch/riscv-unwind-long-insn-6.s} (51%) copy gdb/testsuite/{gdb.modula2/max-depth.c => gdb.arch/riscv-unwind-long-insn-8.s} (50%) copy gdb/testsuite/{gdb.dwarf2/dw2-ranges-main.c => gdb.arch/riscv-unwind-long-ins [...] create mode 100644 gdb/testsuite/gdb.arch/riscv-unwind-long-insn.exp