libffi: added ARM64 support for Windows#462
Conversation
|
@tromey can you please have a look on this patch .. |
|
Why have you duplicated ffi.c? This should only require very minor changes for the changes MSVC makes for variadic functions. Use the GNU formatting style to match the rest of the project. |
eef3df2 to
112826e
Compare
|
@rth7680 thanks for the review .. |
|
@mbektchiev please merge these changes, as these changes are required for _ctype module in cpython(https://github.com/python/cpython), |
|
@ossdev07 I'm sorry, but I'm not a committer in |
|
can any maintainer have a look on this patch .. |
|
From my previous experience, PRs are not closely monitored. I'd advise you to post an email to |
|
I'll commit your patch once you update the README with this new port. Thanks! |
f060b5a to
69de392
Compare
ported sysv.S to win64_armasm.S for armasm64 assembler
MSVC solution created with the changes, and below test suites are tested
with test script written in python.
libffi.bhaible
libffi.call
Basic functionality of above test suites are getting passed
Signed-off-by: ossdev ossdev@puresoftware.com