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-aarch64-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 2d9cf99d9a gdb/arm: Document and fix exception stack offsets adds 396d2e56be gdb/aarch64: fix 32-bit arm compatibility adds 1c76a0e2a6 Minor fix to Python breakpoint event documentation adds f460ede603 Automatic date update in version.in adds 84860e8591 [gdb/testsuite] Fix timeout in gdb.ada/ghost.exp adds 6a72edd8e2 [gdb/testsuite] Fix XPASS with gcc-12 in gdb.base/vla-struct [...] adds 3abc1d8fe0 Document the ARM_CC_FOR_TARGET testsuite variable adds 80c0a3bf1b gdb/testsuite: remove definition of true/false from gdb_comp [...] adds b69a68b93b PowerPC, correct the gdb ioctl values for TCGETS, TCSETS, TC [...] adds cbc30d36ac Fix comparison of unsigned long int to int in record_linux_s [...] adds 2cbde639ae Fix warning-avoidance initialization in xcoffread.c adds bc574253cb Automatic date update in version.in adds 18a7c0667f Automatic date update in version.in adds 7d941aa3aa Simplify cygwin_buf_t adds 09d5a3fffc Simplify __USEWIDE adds 9dad432e10 Trivial fixes to Cygwin build after 8fea1a81 adds a692aa3f1d Use inheritance for addrmap adds 5427f03f9e Privacy for addrmap_fixed adds 9d45ec63a5 Privacy for addrmap_mutable adds 1b3261edfb Move addrmap classes to addrmap.h adds 769520b7e5 Remove addrmap wrapper functions adds 10cce2c441 Remove addrmap_create_mutable adds d89120e949 Remove addrmap::create_fixed adds 93b527ef78 Use malloc for mutable addrmaps adds 32681b482a Remove psymtab_addrmap adds aa09537375 Fix self-test failure in addrmap adds 536595b712 Automatic date update in version.in adds 384e201e5a x86: properly initialize struct instr_info instance(s) adds eebc56d682 x86: shrink prefix related disassembler state fields adds 32f06c69f2 x86: avoid string copy when swapping Vex.W controlled operands adds 95ff671834 x86: replace global scratch buffer adds 8025a16428 x86: fix incorrect indirection adds f25123df34 [gdb/testsuite] Handle quotes in gdb_py_module_available adds afd53c3c0a gdb:csky add support target-descriptions for CSKY arch adds c714aff10b gdb: don't use bashism in configure test new 208b57e53e gdb: LoongArch: Deal with atomic sequence
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 +- gdb/aarch64-linux-nat.c | 114 ++- gdb/addrmap.c | 447 +++--------- gdb/addrmap.h | 213 ++++-- gdb/block.c | 4 +- gdb/buildsym.c | 11 +- gdb/buildsym.h | 8 +- gdb/configure | 2 +- gdb/configure.ac | 2 +- gdb/csky-tdep.c | 498 ++++++++++++- gdb/csky-tdep.h | 14 +- gdb/doc/python.texi | 6 +- gdb/dwarf2/cooked-index.h | 6 +- gdb/dwarf2/index-write.c | 2 +- gdb/dwarf2/read.c | 70 +- gdb/inline-frame.c | 2 +- gdb/linux-record.h | 130 ++-- gdb/loongarch-tdep.c | 127 +++- gdb/nat/windows-nat.c | 5 +- gdb/objfiles.c | 2 +- gdb/ppc-linux-tdep.c | 14 +- gdb/psympriv.h | 16 +- gdb/psymtab.c | 109 +-- gdb/psymtab.h | 11 - gdb/symtab.c | 2 +- gdb/testsuite/README | 30 + gdb/testsuite/gdb.ada/ghost.exp | 6 +- gdb/testsuite/gdb.base/all-bin.exp | 4 + gdb/testsuite/gdb.base/eval-skip.exp | 3 + gdb/testsuite/gdb.base/exprs.exp | 4 + gdb/testsuite/gdb.base/miscexprs.exp | 3 + gdb/testsuite/gdb.base/pointers.exp | 4 + gdb/testsuite/gdb.base/relational.exp | 4 + gdb/testsuite/gdb.base/vla-struct-fields.exp | 22 +- .../test_ioctl_TCSETSW.c} | 28 +- .../test_ioctl_TCSETSW.exp} | 28 +- gdb/testsuite/lib/gdb-python.exp | 2 +- gdb/testsuite/lib/gdb.exp | 5 - gdb/windows-nat.c | 49 +- gdb/xcoffread.c | 2 +- opcodes/i386-dis.c | 784 ++++++++++----------- 41 files changed, 1592 insertions(+), 1203 deletions(-) copy gdb/testsuite/{gdb.mi/mi-catch-load.c => gdb.reverse/test_ioctl_TCSETSW.c} (61%) copy gdb/testsuite/{gdb.cp/pr12028.exp => gdb.reverse/test_ioctl_TCSETSW.exp} (57%)