[0/3] PPC/PPC64 "finish" fixes

Message ID 20230314-submit-ppc-finish-fixes-v1-0-5f2f461b52f8@adacore.com
Headers
Series PPC/PPC64 "finish" fixes |

Message

Tom Tromey March 14, 2023, 1:37 p.m. UTC
  We found some minor issues with "finish" on PPC and PPC64.  This
series fixes some of them.

I think there are still some issues here with fixed-point types, but I
don't hae an immediate plan to look at those.

These patches have been tested using the internal AdaCore test suite.

Tom

---
Tom Tromey (3):
      Handle function descriptors in call_site_target
      Handle erroneous DW_AT_call_return_pc
      Use entry values for 32-bit PPC struct return

 gdb/arch-utils.c                           |  6 +++++
 gdb/dwarf2/loc.c                           |  6 ++++-
 gdb/gdbarch-gen.h                          | 13 +++++++++++
 gdb/gdbarch.c                              | 22 ++++++++++++++++++
 gdb/gdbarch_components.py                  | 17 ++++++++++++++
 gdb/ppc-sysv-tdep.c                        |  3 +--
 gdb/ppc-tdep.h                             |  4 +++-
 gdb/rs6000-tdep.c                          | 25 ++++++++++++++++++--
 gdb/symtab.c                               | 13 +++++++++++
 gdb/testsuite/gdb.ada/finish-large.exp     | 30 ++++++++++++++++++++++++
 gdb/testsuite/gdb.ada/finish-large/p.adb   | 24 +++++++++++++++++++
 gdb/testsuite/gdb.ada/finish-large/pck.adb | 28 ++++++++++++++++++++++
 gdb/testsuite/gdb.ada/finish-large/pck.ads | 37 ++++++++++++++++++++++++++++++
 13 files changed, 222 insertions(+), 6 deletions(-)
---
base-commit: ff581559f9d6586d1d05c5a25d777c78edab3517
change-id: 20230314-submit-ppc-finish-fixes-a60161e49b29

Best regards,
  

Comments

Tom Tromey April 21, 2023, 1:40 p.m. UTC | #1
>>>>> "Tom" == Tom Tromey via Gdb-patches <gdb-patches@sourceware.org> writes:

Tom> We found some minor issues with "finish" on PPC and PPC64.  This
Tom> series fixes some of them.

Tom> I think there are still some issues here with fixed-point types, but I
Tom> don't hae an immediate plan to look at those.

Tom> These patches have been tested using the internal AdaCore test suite.

I'm going to check these in now.

Tom