public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] s390 improvements
@ 2014-12-18 21:33 Richard Henderson
  2014-12-18 21:33 ` [PATCH 3/4] s390: Reorganize assembly Richard Henderson
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Richard Henderson @ 2014-12-18 21:33 UTC (permalink / raw)
  To: libffi-discuss; +Cc: Ulrich.Weigand, vogt, krebbel

This is relative to Dominik's patch from the 16th.  The complete
tree can be found at

	git://github.com/rth7680/libffi.git s390

Mostly relevant is patch 3, which converts the s390 port to the
more modern arrangement where there's no callback into ffi_prep_args.

If everyone's happy with this, I'll give Anthony the pull request.


r~


Richard Henderson (4):
  s390: Kill trailing whitespace
  s390: Avoid aliasing warnings
  s390: Reorganize assembly
  s390: Use pc-relative insns in 31-bit mode

 configure.ac        |  17 ++
 src/s390/ffi.c      | 310 +++++++++++++--------------
 src/s390/internal.h |  11 +
 src/s390/sysv.S     | 607 +++++++++++++++++++---------------------------------
 4 files changed, 403 insertions(+), 542 deletions(-)
 create mode 100644 src/s390/internal.h

-- 
2.1.0

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

end of thread, other threads:[~2014-12-23  9:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-18 21:33 [PATCH 0/4] s390 improvements Richard Henderson
2014-12-18 21:33 ` [PATCH 3/4] s390: Reorganize assembly Richard Henderson
2014-12-22 12:12   ` Dominik Vogt
2014-12-22 12:25     ` Dominik Vogt
2014-12-22 16:30       ` Richard Henderson
2014-12-23  9:54         ` Dominik Vogt
2014-12-18 21:33 ` [PATCH 2/4] s390: Avoid aliasing warnings Richard Henderson
2014-12-18 21:33 ` [PATCH 4/4] s390: Use pc-relative insns in 31-bit mode Richard Henderson
2014-12-18 21:33 ` [PATCH 1/4] s390: Kill trailing whitespace Richard Henderson
2014-12-19 15:07 ` [PATCH 0/4] s390 improvements Ulrich Weigand
2014-12-19 15:33   ` Richard Henderson
2014-12-19 16:15     ` Ulrich Weigand
2014-12-19 16:37       ` Richard Henderson
2014-12-19 17:08         ` Ulrich Weigand
2014-12-19 16:43 ` [PATCH 5/4] s390: Inline and tidy ffi_prep_args Richard Henderson
2014-12-22 11:34 ` [PATCH 0/4] s390 improvements Dominik Vogt

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