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 2df41bda2f [gdb/build] Fix gdb build with gcc 4.8.5 adds e24500cbab gdb: Document floating-point support for LoongArch adds 18a5766d09 [gdbsupport] Add sequential_for_each adds 7d1a572d6b [gdb/symtab] Fix data race in cooked_index_functions::expand [...] adds 9afca381e2 Automatic date update in version.in adds bf4d777d39 Run 'black' on gdb adds aa63b0a77e PowerPC: fix for gdb.base/eh_return.exp adds c4a3dbaf11 Expose current 'print' settings to Python adds 72be9d6be7 Add 'summary' mode to Value.format_string adds ebbac1687d PowerPC: Add support for IEEE 128-bit format. adds 3028a2dbbf Add 'nibbles' to gdb.print_options adds 13c3e10f98 gdb/testsuite: modernize gdb.base/maint.exp adds 92b0a182fe gdb-add-index always generates an error when libdebuginfod w [...] adds c3359b8b95 Automatic date update in version.in adds f39cc214d5 Automatic date update in version.in adds 38733fdc8c Automatic date update in version.in adds 53944a3bf5 [gdbsupport] Add parallel_for_each_debug adds 68a5118c48 [gdb/testsuite] Fix gdb.arch/i386-mpx.exp adds 9d9dd861e9 [gdb/testsuite] Fix regression in step-indirect-call-thunk.e [...] adds c3d3b64b34 [gdb/testsuite] Allow override of ASAN_OPTIONS in lib/gdb.exp adds 4319180c81 [gdbsupport] Improve thread scheduling in parallel_for_each adds 37cea58867 x86: re-order insn template fields adds 7e864bf71d x86: correct VMOVSH attributes adds 602d2b520d gdb/python: look for python, then python 3 at configure time adds 9a14143c59 [gdb/testsuite] Remove duplicate of supports_gnuc adds 5154216259 arc: Update missing cipher. adds bbcab3366b opcodes/arc: Implement style support in the disassembler
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 5 + gas/config/tc-arc.c | 2 +- gas/testsuite/gas/i386/evex-wig.s | 12 + gas/testsuite/gas/i386/evex-wig1-intel.d | 9 + gas/testsuite/gas/i386/evex-wig1.d | 9 + gdb/NEWS | 15 + gdb/configure | 12 +- gdb/configure.ac | 3 +- gdb/debuginfod-support.c | 4 +- gdb/doc/gdb.texinfo | 4 + gdb/doc/python.texi | 24 + gdb/dwarf2/cooked-index.h | 11 +- gdb/dwarf2/read.c | 8 +- gdb/ppc-sysv-tdep.c | 87 +- gdb/python/lib/gdb/__init__.py | 7 +- gdb/python/py-prettyprint.c | 102 +- gdb/python/py-value.c | 11 +- gdb/python/py-varobj.c | 25 +- gdb/python/python-internal.h | 13 +- gdb/python/python.c | 4 + gdb/testsuite/gdb.arch/i386-mpx.exp | 2 +- gdb/testsuite/gdb.base/eh_return.exp | 36 +- gdb/testsuite/gdb.base/maint.exp | 146 +- .../gdb.base/step-indirect-call-thunk.exp | 6 +- gdb/testsuite/gdb.python/py-format-string.exp | 57 +- gdb/testsuite/gdb.python/py-format-string.py | 6 + gdb/testsuite/gdb.python/py-send-packet.py | 6 +- gdb/testsuite/lib/gdb.exp | 14 +- gdb/varobj.c | 13 +- gdbsupport/parallel-for.h | 55 +- opcodes/ChangeLog | 10 + opcodes/arc-dis.c | 148 +- opcodes/disassemble.c | 5 + opcodes/i386-gen.c | 4 +- opcodes/i386-opc.h | 14 +- opcodes/i386-opc.tbl | 4 +- opcodes/i386-tbl.h | 7436 ++++++++++---------- 38 files changed, 4386 insertions(+), 3945 deletions(-)