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-arm-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from 678048e807 Fix build errors in with clang in gdb.compile/compile-cplus.c adds 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 20 + gdb/configure | 2 +- gdb/configure.ac | 2 +- gdb/cp-support.c | 76 +- gdb/dwarf2/comp-unit.c | 9 +- gdb/dwarf2/comp-unit.h | 2 +- gdb/dwarf2/index-cache.c | 8 +- gdb/dwarf2/index-cache.h | 2 +- gdb/dwarf2/index-write.c | 105 +- gdb/dwarf2/index-write.h | 4 +- gdb/dwarf2/line-header.c | 15 +- gdb/dwarf2/line-header.h | 6 +- gdb/dwarf2/macro.c | 36 +- gdb/dwarf2/macro.h | 2 +- gdb/dwarf2/read.c | 1311 ++++++++++---------- gdb/dwarf2/read.h | 2 +- gdb/testsuite/ChangeLog | 5 + .../cp-replace-typedefs-ns-template.cc | 101 ++ .../cp-replace-typedefs-ns-template.exp | 121 ++ 20 files changed, 1031 insertions(+), 800 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