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 b46632ca160 [gdb/testsuite] Add xfail in gdb.arch/i386-pkru.exp new 862ebb27bbe Fix crash in amd64-tdep.c new 4e1d2f5814b Add new overload of gdbarch_return_value new 43f2b4583f9 Don't emit gdbarch_return_value new 7f22044a6b7 Introduce value_at_non_lval new 12bb802fab1 Don't let property evaluation affect the current language new 5cb0f2d5b67 Convert selected architectures to gdbarch_return_value_as_value new 911627e7b1b Fix inferior calls with variably-sized return type new 3360bae61fa Use value_at_non_lval in get_call_return_value new a7d5fcaf8e1 Add test case for "finish" with variably-sized types
The 9 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/aarch64-tdep.c | 20 ++++--- gdb/amd64-tdep.c | 20 +++++-- gdb/amd64-windows-tdep.c | 16 +++-- gdb/arch-utils.c | 18 ++++++ gdb/arch-utils.h | 6 ++ gdb/arm-tdep.c | 27 +++++++-- gdb/dwarf2/loc.c | 5 ++ gdb/elfread.c | 4 +- gdb/gdbarch-components.py | 42 ++++++++++++- gdb/gdbarch-gen.h | 22 ++++++- gdb/gdbarch.c | 33 +++++----- gdb/gdbarch.py | 70 ++++++++++++---------- gdb/i386-tdep.c | 29 +++++---- gdb/infcall.c | 14 ++--- gdb/infcmd.c | 18 +++--- gdb/ppc-linux-tdep.c | 12 +++- gdb/riscv-tdep.c | 47 +++++++++------ gdb/sparc-tdep.c | 16 +++-- gdb/sparc64-tdep.c | 1 + gdb/stack.c | 7 ++- .../gdb.ada/{py_taft.exp => finish-var-size.exp} | 31 +++++----- .../gdb.ada/{taft_type => finish-var-size}/p.adb | 10 ++-- .../{convvar_comp => finish-var-size}/pck.adb | 8 +-- .../global_pack.ads => finish-var-size/pck.ads} | 25 +++++--- gdb/testsuite/lib/gdb.exp | 4 +- gdb/valops.c | 10 ++++ gdb/value.c | 4 +- gdb/value.h | 4 ++ 28 files changed, 349 insertions(+), 174 deletions(-) copy gdb/testsuite/gdb.ada/{py_taft.exp => finish-var-size.exp} (59%) copy gdb/testsuite/gdb.ada/{taft_type => finish-var-size}/p.adb (87%) copy gdb/testsuite/gdb.ada/{convvar_comp => finish-var-size}/pck.adb (81%) copy gdb/testsuite/gdb.ada/{info_auto_lang/global_pack.ads => finish-var-size/pck. [...]