This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 78088b89602 gdb_spawn_attach_cmdline: use unsupported instead of untested new ffaebc199ed gdbsupport: add path_join function
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/dwarf2/line-header.c | 3 +- gdb/dwarf2/read.c | 42 ++++++++++----------- gdb/macrotab.c | 3 +- gdb/unittests/path-join-selftests.c | 73 +++++++++++++++++++++++++++++++++++++ gdbsupport/pathstuff.cc | 45 +++++++++++++++-------- gdbsupport/pathstuff.h | 23 ++++++++++++ 8 files changed, 153 insertions(+), 42 deletions(-) create mode 100644 gdb/unittests/path-join-selftests.c