This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/4] s390 improvements


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]