commit | 5cb0f2d5b67ce2b4f60d5ad0b0a26ef918e8244f | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Sep 09 06:39:56 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Jan 03 08:45:01 2023 -0700 |
tree | 301730b1a22abe06aeab97c275dbd27ff69a15a6 | |
parent | 12bb802fab16b5bf8edc027c247741bd75db1257 [diff] |
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.