public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fixed-point ABI fixes
@ 2021-10-22 14:44 Tom Tromey
  2021-10-22 14:44 ` [PATCH 1/4] (Ada/AArch64) fix fixed point argument passing in inferior funcall Tom Tromey
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tom Tromey @ 2021-10-22 14:44 UTC (permalink / raw)
  To: gdb-patches

This series fixes some ABI issues involving fixed-point types.

The patches weren't written by me -- I'm just submitting them.
They've been in use at AdaCore for a while, one of them since 2017,
with the last one being written in December 2020.

A fixed-point type is really just an integer with a special
interpretation.  I think targets should normally treat it like an
integer for ABI purposes.  A bit of care may be needed to ensure the
correct bits end up being passed, depending on how the
argument-passing code is written.

thanks,
Tom



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

end of thread, other threads:[~2021-12-02 16:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22 14:44 [PATCH 0/4] Fixed-point ABI fixes Tom Tromey
2021-10-22 14:44 ` [PATCH 1/4] (Ada/AArch64) fix fixed point argument passing in inferior funcall Tom Tromey
2021-10-22 14:44 ` [PATCH 2/4] (ARM/fixed-point) wrong value shown by "finish" command: Tom Tromey
2021-10-22 14:44 ` [PATCH 3/4] (RISCV) fix handling of fixed-point type return values Tom Tromey
2021-10-22 14:44 ` [PATCH 4/4] (PPC64) fix handling of fixed-point values when using "return" command Tom Tromey
2021-12-02 16:07 ` [PATCH 0/4] Fixed-point ABI fixes Tom Tromey

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).