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_build/master-arm in repository toolchain/ci/gdb.
from 5f21c7aae2 gdb: fix 'remote show FOO-packet' aliases adds 31de881f8f Always use dwarf2_initialize_objfile adds 0b84fbd54e gdb/testsuite: fix "set temporary breakpoint" DUPLICATEs adds ebf58f8eb1 gdb/dwarf: remove line_header::total_length field adds b0b299477c gdb/dwarf: remove line_header::header_length field adds 83ac2319e7 Fix for gdb.base/solib-search.exp test. adds 61eabc63f9 Automatic date update in version.in adds 77e99ad92f RISC-V: Add missing DECLARE_INSNs for Zicbo{m,p,z} adds 6acc36f71d Fix method naming bug in new DWARF indexer new 5a0d4dfbf8 Simplify BFD section iteration in coff-pe-read.c new fa265c9bef Remove a const-removing cast from coff-pe-read.c new 0f34437ba0 Use std::string in coff-pe-read.c new 8095d37f71 More const use and alloca avoidance in coff-pe-read.c new 6a3c1573cc Un-break the coff-pe-read.c build
The 5 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/coff-pe-read.c | 103 +++++++++---------------- gdb/coffread.c | 4 +- gdb/dwarf2/abbrev.c | 11 +++ gdb/dwarf2/line-header.c | 16 ++-- gdb/dwarf2/line-header.h | 2 - gdb/dwarf2/public.h | 3 - gdb/dwarf2/read.c | 22 +++--- gdb/machoread.c | 2 +- gdb/testsuite/gdb.base/solib-search.exp | 2 +- gdb/testsuite/gdb.dwarf2/struct-decl.exp | 74 ++++++++++++++++++ gdb/testsuite/gdb.mi/mi-var-cmd.exp | 2 +- gdb/testsuite/gdb.mi/mi-var-cp.exp | 2 +- gdb/testsuite/gdb.mi/mi-var-rtti.exp | 2 +- gdb/testsuite/gdb.python/py-framefilter-mi.exp | 4 +- gdb/testsuite/gdb.python/py-mi.exp | 4 +- gdb/testsuite/lib/mi-support.exp | 19 ++--- gdb/xcoffread.c | 4 +- include/opcode/riscv-opc.h | 9 +++ 19 files changed, 170 insertions(+), 117 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/struct-decl.exp