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_gcc/master-arm in repository toolchain/ci/gdb.
from 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 adds 31de881f8f Always use dwarf2_initialize_objfile new 0b84fbd54e gdb/testsuite: fix "set temporary breakpoint" DUPLICATEs new ebf58f8eb1 gdb/dwarf: remove line_header::total_length field new b0b299477c gdb/dwarf: remove line_header::header_length field new 83ac2319e7 Fix for gdb.base/solib-search.exp test.
The 4 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 +- binutils/testsuite/lib/binutils-common.exp | 5 +- gas/config/obj-coff.h | 9 +-- gdb/Makefile.in | 1 + gdb/buildsym.c | 5 +- gdb/coffread.c | 4 +- gdb/dwarf2/line-header.c | 19 +++--- gdb/dwarf2/line-header.h | 2 - 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/gdb.base/solib-search.exp | 2 +- .../gdb.debuginfod/fetch_src_and_symbols.exp | 2 +- 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/lib/gdb.exp | 2 +- gdb/testsuite/lib/mi-support.exp | 19 +++--- gdb/unittests/path-join-selftests.c | 73 ++++++++++++++++++++++ gdb/xcoffread.c | 4 +- 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 - 32 files changed, 257 insertions(+), 111 deletions(-) create mode 100644 gdb/unittests/path-join-selftests.c