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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from b4b49dcbff Don't call tui_show_source from tui_ui_out adds e35000a7f8 gdb: recognize new DWARF attributes: defaulted, deleted, cal [...] adds 9d084466d7 infcall, c++: allow more info to be computed for pass-by-ref [...] adds 62bf63d74d infcall, c++: collect more pass-by-reference information adds 099a6354da infcall: handle pass-by-reference arguments appropriately adds c855a9125a testsuite, cp: increase the coverage of testing pass-by-ref [...] adds d0922fcf02 Use enum bitfield for the calling_convention attribute of a [...] adds f3bce4830b sym-info-cmds.exp: add missing quote in test name adds 7f2d7a0d0d sym-info-cmds.exp: add yet another missing quote in test name adds 1c7148dd0d Address Tom Tromey's comments on the CTF reader. adds 39aa149769 Automatic date update in version.in adds 15b07e4f56 Include xxHash support status in GDB configuration report adds 0ea8adde5d Fix whitespace in last change in top.c
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 81 +++++++ gdb/arch-utils.c | 2 +- gdb/cp-abi.c | 6 +- gdb/cp-abi.h | 10 +- gdb/ctfread.c | 145 ++++++------ gdb/dwarf2read.c | 93 +++++++- gdb/gdbtypes.c | 7 + gdb/gdbtypes.h | 26 ++- gdb/gnu-v3-abi.c | 296 +++++++++++++++++++++---- gdb/infcall.c | 126 ++++++++++- gdb/language.c | 18 +- gdb/language.h | 62 +++++- gdb/testsuite/ChangeLog | 18 ++ gdb/testsuite/gdb.cp/pass-by-ref-2.cc | 295 +++++++++++++++++++++++++ gdb/testsuite/gdb.cp/pass-by-ref-2.exp | 114 ++++++++++ gdb/testsuite/gdb.cp/pass-by-ref.cc | 79 ------- gdb/testsuite/gdb.cp/pass-by-ref.exp | 389 ++++++++++++++++++++++++++++++++- gdb/testsuite/lib/sym-info-cmds.exp | 4 +- gdb/tic6x-tdep.c | 2 +- gdb/top.c | 22 +- 21 files changed, 1549 insertions(+), 248 deletions(-) create mode 100644 gdb/testsuite/gdb.cp/pass-by-ref-2.cc create mode 100644 gdb/testsuite/gdb.cp/pass-by-ref-2.exp delete mode 100644 gdb/testsuite/gdb.cp/pass-by-ref.cc