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 1ed9f74e85 Make symtab.c better styled. new 402d2bfec4 Look for separate debug files in debug directories under a sysroot. new efac4bfe0b Add a new function child_path. new cd4b78483c Use child_path to determine if an object file is under a sysroot. new f62318e98d Try to use the canonical version of a sysroot for debug file links.
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: gdb/ChangeLog | 23 ++++++++++++ gdb/Makefile.in | 1 + gdb/common/pathstuff.c | 50 ++++++++++++++++++++++++++ gdb/common/pathstuff.h | 6 ++++ gdb/symfile.c | 36 +++++++++++++++---- gdb/unittests/child-path-selftests.c | 68 ++++++++++++++++++++++++++++++++++++ 6 files changed, 177 insertions(+), 7 deletions(-) create mode 100644 gdb/unittests/child-path-selftests.c