public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM function-calling / return fixes
@ 2023-10-20 19:15 Tom Tromey
  2023-10-20 19:15 ` [PATCH 1/5] Fix calls with small integers on ARM Tom Tromey
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Tom Tromey @ 2023-10-20 19:15 UTC (permalink / raw)
  To: gdb-patches

This series fixes a number of issues we found using the AdaCore
internal test suite on a big-endian ARM target.

I believe most of these patches have a corresponding test case in the
gdb test suite, but I'm not 100% certain -- I have never really tried
running the gdb test suite using the AdaCore toolchain in cross mode.
(If someone has a qemu-based target board, I guess I'd be willing to
give it a try...)

---
Tom Tromey (5):
      Fix calls with small integers on ARM
      Fix "finish" with range types on ARM
      Fix "finish" for vector types on ARM
      Fix range-type "return" command on ARM
      Fix fixed-point "return" on ARM

 gdb/arm-tdep.c | 53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)
---
base-commit: 1fa80e4c8184d87d75ff30b552cc282f5811823a
change-id: 20231020-arm-params-db4852c3516f

Best regards,
-- 
Tom Tromey <tromey@adacore.com>


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-10-30 13:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-20 19:15 [PATCH 0/5] ARM function-calling / return fixes Tom Tromey
2023-10-20 19:15 ` [PATCH 1/5] Fix calls with small integers on ARM Tom Tromey
2023-10-23 13:14   ` Luis Machado
2023-10-27 18:08     ` Tom Tromey
2023-10-30  9:38       ` Luis Machado
2023-10-20 19:15 ` [PATCH 2/5] Fix "finish" with range types " Tom Tromey
2023-10-23 13:14   ` Luis Machado
2023-10-20 19:15 ` [PATCH 3/5] Fix "finish" for vector " Tom Tromey
2023-10-23 14:03   ` Luis Machado
2023-10-27 17:42     ` Tom Tromey
2023-10-30  9:36       ` Luis Machado
2023-10-30 13:44         ` Tom Tromey
2023-10-30 13:53           ` Luis Machado
2023-10-20 19:15 ` [PATCH 4/5] Fix range-type "return" command " Tom Tromey
2023-10-23 13:15   ` Luis Machado
2023-10-20 19:15 ` [PATCH 5/5] Fix fixed-point "return" " Tom Tromey
2023-10-23 13:16   ` Luis Machado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).