This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gdb.
from 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 new 31de881f8f Always use dwarf2_initialize_objfile
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: gdb/Makefile.in | 1 + gdb/buildsym.c | 5 ++- gdb/coffread.c | 4 +- gdb/dwarf2/line-header.c | 3 +- gdb/dwarf2/public.h | 3 -- gdb/dwarf2/read.c | 57 ++++++++++++----------------- gdb/machoread.c | 2 +- gdb/macrotab.c | 3 +- gdb/remote.c | 10 +++-- gdb/testsuite/gdb.base/remote.exp | 5 +++ gdb/testsuite/lib/gdb.exp | 2 +- gdb/unittests/path-join-selftests.c | 73 +++++++++++++++++++++++++++++++++++++ gdb/xcoffread.c | 4 +- gdbsupport/pathstuff.cc | 45 +++++++++++++++-------- gdbsupport/pathstuff.h | 23 ++++++++++++ 15 files changed, 173 insertions(+), 67 deletions(-) create mode 100644 gdb/unittests/path-join-selftests.c