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_check_gdb/master-arm in repository toolchain/ci/binutils-gdb.
from 4206d69e96 Replace symbol_symtab with symbol::symtab adds b750766ac9 gdb/testsuite: Introduce and use gdb_spawn_attach_cmdline adds 52449404c4 gdb/debuginfod: Prevent out_of_range exception adds 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
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/debuginfod-support.c | 7 ++- gdb/dwarf2/line-header.c | 3 +- gdb/dwarf2/read.c | 42 ++++++------- gdb/macrotab.c | 3 +- gdb/remote.c | 10 +-- gdb/testsuite/gdb.base/attach.exp | 11 +--- gdb/testsuite/gdb.base/remote.exp | 5 ++ .../gdb.debuginfod/fetch_src_and_symbols.exp | 62 ++++++++++++++++++ gdb/testsuite/gdb.python/py-format-string.exp | 37 +++++++++++ gdb/testsuite/lib/gdb.exp | 46 ++++++++++++++ gdb/unittests/path-join-selftests.c | 73 ++++++++++++++++++++++ gdbsupport/pathstuff.cc | 45 ++++++++----- gdbsupport/pathstuff.h | 23 +++++++ 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 - 22 files changed, 335 insertions(+), 74 deletions(-) create mode 100644 gdb/unittests/path-join-selftests.c