This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from b4b49dcbff Don't call tui_show_source from tui_ui_out new e35000a7f8 gdb: recognize new DWARF attributes: defaulted, deleted, cal [...] new 9d084466d7 infcall, c++: allow more info to be computed for pass-by-ref [...] new 62bf63d74d infcall, c++: collect more pass-by-reference information new 099a6354da infcall: handle pass-by-reference arguments appropriately new c855a9125a testsuite, cp: increase the coverage of testing pass-by-ref [...]
The 5 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: gdb/ChangeLog | 61 ++++++ gdb/arch-utils.c | 2 +- gdb/cp-abi.c | 6 +- gdb/cp-abi.h | 10 +- gdb/dwarf2read.c | 61 ++++++ gdb/gdbtypes.c | 7 + gdb/gdbtypes.h | 22 +- gdb/gnu-v3-abi.c | 296 +++++++++++++++++++++---- gdb/infcall.c | 126 ++++++++++- gdb/language.c | 18 +- gdb/language.h | 62 +++++- gdb/testsuite/ChangeLog | 8 + 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/tic6x-tdep.c | 2 +- 17 files changed, 1399 insertions(+), 159 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