This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_O1 in repository toolchain/ci/binutils-gdb.
from cae84d1c77 Automatic date update in version.in adds 96d2cea340 Delete unused COFF gas macro adds afa7150c8d ld testsuite xcoff XPASS adds 333cd559ba prune .note.GNU-stack warning from testsuite adds 9cf71b1354 gdb.debuginfod/fetch_src_and_symbols.exp: Fix "notice empty [...] adds 9d748d023d gdb/testsuite: add binary testcases to py-format-string.exp adds 78088b8960 gdb_spawn_attach_cmdline: use unsupported instead of untested adds ffaebc199e gdbsupport: add path_join function adds 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 adds 5a0d4dfbf8 Simplify BFD section iteration in coff-pe-read.c adds fa265c9bef Remove a const-removing cast from coff-pe-read.c adds 0f34437ba0 Use std::string in coff-pe-read.c adds 8095d37f71 More const use and alloca avoidance in coff-pe-read.c adds 6a3c1573cc Un-break the coff-pe-read.c build adds 152a174956 gdb: prune inferiors at end of fetch_inferior_event, fix int [...] adds b913bd98ce gdb: improved EOF handling when using readline 7 adds 4fb7bc4b14 readline: back-port changes needed to properly detect EOF adds 91395d97d9 gdb: handle bracketed-paste-mode and EOF correctly adds f551c8ef32 gdbserver/linux: free process_info_private and arch_process_ [...] adds 1e864019e4 gdb: handle_no_resumed: only update thread list of event target adds 7642f36b93 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/testsuite/lib/binutils-common.exp | 5 +- gas/config/obj-coff.h | 9 +- gdb/Makefile.in | 1 + gdb/buildsym.c | 5 +- gdb/coff-pe-read.c | 103 +++++++-------------- gdb/coffread.c | 4 +- gdb/dwarf2/abbrev.c | 11 +++ gdb/dwarf2/line-header.c | 19 ++-- gdb/dwarf2/line-header.h | 2 - gdb/dwarf2/public.h | 3 - gdb/dwarf2/read.c | 64 ++++++------- gdb/event-top.c | 71 +++++++++++--- gdb/event-top.h | 6 ++ gdb/infrun.c | 24 ++--- gdb/machoread.c | 2 +- gdb/macrotab.c | 3 +- gdb/remote.c | 10 +- gdb/testsuite/gdb.base/eof-exit.exp | 2 +- gdb/testsuite/gdb.base/remote.exp | 5 + gdb/testsuite/gdb.base/solib-search.exp | 2 +- .../gdb.debuginfod/fetch_src_and_symbols.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-format-string.exp | 37 ++++++++ gdb/testsuite/gdb.python/py-framefilter-mi.exp | 4 +- gdb/testsuite/gdb.python/py-mi.exp | 4 +- gdb/testsuite/gdb.threads/fork-plus-threads.exp | 33 ++++++- gdb/testsuite/lib/gdb.exp | 2 +- gdb/testsuite/lib/mi-support.exp | 19 ++-- gdb/top.c | 1 + gdb/unittests/path-join-selftests.c | 73 +++++++++++++++ gdb/xcoffread.c | 4 +- gdbserver/linux-low.cc | 27 +++--- gdbserver/linux-low.h | 3 + gdbsupport/pathstuff.cc | 45 ++++++--- gdbsupport/pathstuff.h | 23 +++++ include/opcode/riscv-opc.h | 9 ++ ld/testsuite/ld-cris/globsymw2.s | 2 +- ld/testsuite/ld-cris/warn3.d | 2 +- ld/testsuite/ld-elf/elf.exp | 14 ++- ld/testsuite/ld-scripts/defined5.d | 2 - readline/readline/callback.c | 8 +- readline/readline/doc/rltech.texi | 11 +++ readline/readline/readline.c | 19 ++-- readline/readline/readline.h | 8 +- readline/readline/rlprivate.h | 1 - readline/readline/rltty.c | 4 +- 50 files changed, 559 insertions(+), 231 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/struct-decl.exp create mode 100644 gdb/unittests/path-join-selftests.c