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 bc75fb44c56 Implement 'task apply' new 28397ae781e (Ada/AArch64) fix fixed point argument passing in inferior funcall new a6617193990 (ARM/fixed-point) wrong value shown by "finish" command: new 0abb4049fb5 (RISCV) fix handling of fixed-point type return values new 9a73e1cafed (PPC64) fix handling of fixed-point values when using "retu [...]
The 4 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 | 2 +- gdb/arm-tdep.c | 3 +- gdb/ppc-sysv-tdep.c | 22 ++++++++-- gdb/riscv-tdep.c | 47 ++++++++++++++++++++-- ...enum_overload.exp => fixed_points_function.exp} | 22 +++++----- .../fixed_points_function.adb} | 21 +++++----- .../pck.adb | 9 ++--- .../pck.adb => fixed_points_function/pck.ads} | 10 ++--- 8 files changed, 97 insertions(+), 39 deletions(-) copy gdb/testsuite/gdb.ada/{char_enum_overload.exp => fixed_points_function.exp} (70%) copy gdb/testsuite/gdb.ada/{voidctx/voidctx.adb => fixed_points_function/fixed_poi [...] copy gdb/testsuite/gdb.ada/{array_of_symbolic_length => fixed_points_function}/pck [...] copy gdb/testsuite/gdb.ada/{array_of_symbolic_length/pck.adb => fixed_points_funct [...]