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 1b288e9bbf Automatic date update in version.in new e71585ffe2 Use gdb:array_view in call_function_by_hand & friends new 6b1747cd13 invoke_xmethod & array_view new 0891c3cc13 Eliminate make_symbol_overload_list-related globals & cleanup new 82ceee5014 C++ify badness_vector, fix leaks new 85cca2bcbc valops.c: Some more gdb::array_view new 38139a9681 valops.c: Overload resolution code: Rename parameters/locals
The 6 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 | 137 +++++++++++++ gdb/ada-lang.c | 4 +- gdb/common/array-view.h | 53 +++++ gdb/compile/compile-object-run.c | 4 +- gdb/cp-support.c | 142 ++++++-------- gdb/cp-support.h | 13 +- gdb/elfread.c | 2 +- gdb/eval.c | 32 ++-- gdb/extension.c | 12 +- gdb/extension.h | 32 ++-- gdb/gcore.c | 2 +- gdb/gdbtypes.c | 50 +++-- gdb/gdbtypes.h | 18 +- gdb/guile/scm-value.c | 4 +- gdb/infcall.c | 29 +-- gdb/infcall.h | 15 +- gdb/linux-fork.c | 7 +- gdb/linux-tdep.c | 4 +- gdb/objc-lang.c | 13 +- gdb/python/py-value.c | 6 +- gdb/python/py-xmethods.c | 40 ++-- gdb/rust-lang.c | 2 +- gdb/spu-tdep.c | 2 +- gdb/unittests/array-view-selftests.c | 35 ++++ gdb/valarith.c | 53 ++--- gdb/valops.c | 362 ++++++++++++++++------------------- gdb/value.c | 13 +- gdb/value.h | 6 +- 28 files changed, 628 insertions(+), 464 deletions(-)