public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] S390: Vector ABI support
@ 2015-04-22 17:45 Andreas Arnez
  2015-04-22 17:49 ` [PATCH 1/4] S390: For zero, let is_power_of_two() return false Andreas Arnez
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Andreas Arnez @ 2015-04-22 17:45 UTC (permalink / raw)
  To: gdb-patches

This small patch series introduces vector ABI support for S/390
targets to GDB.  When an inferior uses the vector ABI, vector
arguments are now passed correctly to inferior functions, and a
function's return value of vector type can now be inspected and set
correctly.

Patch #1 fixes a minor issue in is_power_of_two(), which is used by
s390_push_dummy_call().  Patches #2 and #3 restructure the
implementations of s390_push_dummy_call() and s390_return_value(),
respectively, such that they become better readable and extensible,
and such that they can more easily be extended towards the vector ABI.
Patch #4 then adds the vector ABI support itself.

Andreas Arnez (4):
  S390: For zero, let is_power_of_two() return false
  S390: Restructure s390_push_dummy_call
  S390: Re-arrange implementation of s390_return_value
  S390: Vector ABI support

 gdb/NEWS              |   2 +
 gdb/s390-linux-tdep.c | 725 +++++++++++++++++++++++++-------------------------
 2 files changed, 361 insertions(+), 366 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-04-27  9:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-22 17:45 [PATCH 0/4] S390: Vector ABI support Andreas Arnez
2015-04-22 17:49 ` [PATCH 1/4] S390: For zero, let is_power_of_two() return false Andreas Arnez
2015-04-23 16:02   ` Ulrich Weigand
2015-04-22 17:51 ` [PATCH 3/4] S390: Re-arrange implementation of s390_return_value Andreas Arnez
2015-04-23 16:03   ` Ulrich Weigand
2015-04-22 17:51 ` [PATCH 2/4] S390: Restructure s390_push_dummy_call Andreas Arnez
2015-04-23 16:03   ` Ulrich Weigand
2015-04-22 17:52 ` [PATCH 4/4] S390: Vector ABI support Andreas Arnez
2015-04-22 17:58   ` Andreas Arnez
2015-04-23 16:07   ` Ulrich Weigand
2015-04-24 14:46     ` Andreas Arnez
2015-04-23 16:47   ` Eli Zaretskii
2015-04-27  9:41 ` [PATCH 0/4] " Andreas Krebbel

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