Add support for Windows ARM32 in libffi (#9)

This commit is contained in:
Paul Monson
2019-04-17 13:49:13 -07:00
committed by Steve Dower
parent d160812995
commit 82244f9715
14 changed files with 414 additions and 1469 deletions

View File

@@ -56,6 +56,7 @@ tested:
| ARC | Linux | GCC |
| ARM | Linux | GCC |
| ARM | iOS | GCC |
| ARM | Windows | MSVC |
| AVR32 | Linux | GCC |
| Blackfin | uClinux | GCC |
| HPPA | HPUX | GCC |
@@ -190,13 +191,16 @@ History
See the git log for details at http://github.com/libffi/libffi.
3.3 TBD
3.4 TBD
Add RISC-V support.
New API in support of GO closures.
Default to Microsoft's 64 bit long double ABI with Visual C++.
GNU compiler uses 80 bits (128 in memory) FFI_GNUW64 ABI.
Many new tests cases and bug fixes.
3.3 Mar-05-19
Add Windows 32-bit arm support.
3.2.1 Nov-12-14
Build fix for non-iOS AArch64 targets.