Convert selected architectures to gdbarch_return_value_as_value
authorTom Tromey <tromey@adacore.com>
Fri, 9 Sep 2022 12:39:56 +0000 (06:39 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 3 Jan 2023 15:45:01 +0000 (08:45 -0700)
commit5cb0f2d5b67ce2b4f60d5ad0b0a26ef918e8244f
tree301730b1a22abe06aeab97c275dbd27ff69a15a6
parent12bb802fab16b5bf8edc027c247741bd75db1257
Convert selected architectures to gdbarch_return_value_as_value

This converts a few selected architectures to use
gdbarch_return_value_as_value rather than gdbarch_return_value.  The
architectures are just the ones that I am able to test.  This patch
should not introduce any behavior changes.
gdb/aarch64-tdep.c
gdb/amd64-tdep.c
gdb/amd64-windows-tdep.c
gdb/arm-tdep.c
gdb/i386-tdep.c
gdb/ppc-linux-tdep.c
gdb/riscv-tdep.c
gdb/sparc-tdep.c
gdb/sparc64-tdep.c