This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from e486594504 Updated French translation for ld/ and gold/ subdirectories adds ac8c53cc67 Use function_name_style to print Ada and C function names adds 2636d81d80 Use address style to print addresses in breakpoint information. adds 1ed9f74e85 Make symtab.c better styled. adds 402d2bfec4 Look for separate debug files in debug directories under a sysroot. adds efac4bfe0b Add a new function child_path. adds cd4b78483c Use child_path to determine if an object file is under a sysroot. adds f62318e98d Try to use the canonical version of a sysroot for debug file links. adds 8918f84c04 Automatic date update in version.in adds 01c7ae818b Adding a test case
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 47 ++++++++ gdb/Makefile.in | 1 + gdb/ada-typeprint.c | 6 +- gdb/breakpoint.c | 7 +- gdb/c-typeprint.c | 8 +- gdb/common/pathstuff.c | 50 ++++++++ gdb/common/pathstuff.h | 6 + gdb/symfile.c | 36 ++++-- gdb/symtab.c | 55 ++++++--- gdb/symtab.h | 8 ++ gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.arch/aarch64-dbreg-contents.c | 133 ++++++++++++++++++++++ gdb/testsuite/gdb.arch/aarch64-dbreg-contents.exp | 46 ++++++++ gdb/unittests/child-path-selftests.c | 68 +++++++++++ 15 files changed, 449 insertions(+), 30 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/aarch64-dbreg-contents.c create mode 100644 gdb/testsuite/gdb.arch/aarch64-dbreg-contents.exp create mode 100644 gdb/unittests/child-path-selftests.c