2012-10-09 03:07:56 by Julio Merino | Files touched by this commit (2) |
Log message:
Fix build under NetBSD/macppc.
|
2012-09-15 02:22:43 by Aleksej Saushev | Files touched by this commit (1) |
Log message:
Library major version changed.
|
2012-09-15 01:45:27 by Aleksej Saushev | Files touched by this commit (10) |
Log message:
Update to libffi 3.0.11
3.0.11 Apr-11-12
Add support for variadic functions (ffi_prep_cif_var).
Add Linux/x32 support.
Add thiscall, fastcall and MSVC cdecl support on Windows.
Add Amiga and newer MacOS support.
Add m68k FreeMiNT support.
Integration with iOS' xcode build tools.
Fix Octeon and MC68881 support.
Fix code pessimizations.
Lots of build fixes.
3.0.10 Aug-23-11
Add support for Apple's iOS.
Add support for ARM VFP ABI.
Add RTEMS support for MIPS and M68K.
Fix instruction cache clearing problems on
ARM and SPARC.
Fix the N64 build on mips-sgi-irix6.5.
Enable builds with Microsoft's compiler.
Enable x86 builds with Oracle's Solaris compiler.
Fix support for calling code compiled with Oracle's Sparc
Solaris compiler.
Testsuite fixes for Tru64 Unix.
Additional platform support.
|
2012-05-30 11:13:16 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
Apply fix from http://gcc.gnu.org/ml/java-patches/2010-q1/msg00058.html
Fixes Solaris/64bit, tested on NetBSD/amd64.
|
2011-12-31 10:58:22 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Pull fix from upstream for asm error on NetBSD/arm with newer binutils:
https://github.com/atgreen/libffi/commit/0e5843995f46900ef212531281e08b224464f413#diff-39
> * src/arm/sysv.S (ffi_closure_SYSV): Add UNWIND to .pad directive.
|
2011-09-27 17:12:37 by Tim Zingelman | Files touched by this commit (1) |
Log message:
Fix build for Solaris x86 with older gcc per PR#42865
|
2011-04-24 11:51:29 by Aleksej Saushev | Files touched by this commit (1) |
Log message:
The library uses m68k_sync_icache from libm68k on NetBSD/m68k.
Fix as proposed by <obache> in PR pkg/44901. Bump package revision.
|
2011-01-21 10:21:58 by Tobias Nygren | Files touched by this commit (2) |
Log message:
enable for hppa*-*-netbsd*
|
2010-11-20 09:45:12 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Make this build on NetBSD/sh3el.
Tested on NetBSD/landisk 5.1.
|
2010-07-22 06:17:44 by John Klos | Files touched by this commit (2) |
Log message:
Correctly do cache flushing on m68k NetBSD. Fixes PR #43106.
|