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-defconfig in repository toolchain/ci/binutils-gdb.
from 976ca31673 gdb: rename dwarf2_per_objfile variables/fields to per_objfile adds bb6e246742 Automatic date update in version.in adds f68f85b52b replace_typedefs: handle templates in namespaces adds 112c22ed1f gdb: change bug URL to https new 6930bffe33 hurd: fix gnu_debug_flag type new c6887cfb4f hurd: add missing awk script dependency new f14871bfa4 hurd: make function cast stronger new 366f550a59 hurd: add missing include new 5a8b86270b hurd: remove unused variables new 53dff92cb5 hurd: add gnu_target pointer to fix thread API calls new 078f2fc9c1 hurd: fix pushing target on inferior creation new 0af5e1061d hurd: unwinding support over signal trampolines
The 8 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 +- gdb/ChangeLog | 65 ++++++++++ gdb/config/i386/i386gnu.mn | 2 +- gdb/configure | 2 +- gdb/configure.ac | 2 +- gdb/cp-support.c | 76 +++++++++++- gdb/gnu-nat.c | 22 ++-- gdb/gnu-nat.h | 5 +- gdb/i386-gnu-nat.c | 2 + gdb/i386-gnu-tdep.c | 132 +++++++++++++++++++++ gdb/reply_mig_hack.awk | 3 +- gdb/testsuite/ChangeLog | 5 + .../cp-replace-typedefs-ns-template.cc | 101 ++++++++++++++++ .../cp-replace-typedefs-ns-template.exp | 121 +++++++++++++++++++ 14 files changed, 520 insertions(+), 20 deletions(-) create mode 100644 gdb/testsuite/gdb.linespec/cp-replace-typedefs-ns-template.cc create mode 100644 gdb/testsuite/gdb.linespec/cp-replace-typedefs-ns-template.exp