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] Go closures for alpha


A couple of minor bug fixes, then complex suppot, then Go closures.


r~


Richard Henderson (4):
  alpha: Reorganize cif flags
  alpha: Clean up conversion of float values
  alpha: Add support for complex types
  alpha: Add support for Go closures

 src/alpha/ffi.c                              | 429 +++++++++++++++++++++------
 src/alpha/ffitarget.h                        |   4 +
 src/alpha/internal.h                         |  23 ++
 src/alpha/osf.S                              | 427 ++++++++++----------------
 testsuite/libffi.call/call.exp               |  10 +-
 testsuite/libffi.call/cls_complex_va_float.c |   6 +
 6 files changed, 528 insertions(+), 371 deletions(-)
 create mode 100644 src/alpha/internal.h

-- 
1.9.3


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