This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 71ea2b6be8 [gdb/testsuite] Fix -readnow FAIL in gdb.base/style.exp adds a5d214978f ld: xfail several shared (non PIC) tests on Solaris adds 13302e956f Fix debugging of WOW64 processes adds 3e65b3e9af Skip separate debug files when handling copy relocations adds 0c4311ab90 Avoid infinite recursion in get_msymbol_address adds de7ac122a7 Automatic date update in version.in adds cf83625da2 gdb: fix undefined behavior reported in copy_bitwise adds 0b07a19901 Automatic date update in version.in adds 54b8cbd0e4 Implement "info proc mappings" for NetBSD
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 41 +++++++++++ gdb/nat/windows-nat.c | 7 +- gdb/nat/windows-nat.h | 8 ++ gdb/nbsd-nat.c | 149 ++++++++++++++++++++++++++++++++++++++ gdb/nbsd-nat.h | 3 + gdb/nbsd-tdep.c | 89 +++++++++++++++++++++++ gdb/nbsd-tdep.h | 18 +++++ gdb/symfile.c | 2 +- gdb/symtab.c | 6 +- gdb/utils.c | 2 +- gdb/windows-nat.c | 13 ++-- ld/ChangeLog | 5 ++ ld/testsuite/ld-shared/shared.exp | 10 ++- 14 files changed, 339 insertions(+), 16 deletions(-)