Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #34 from davidsch/armhf
Fix ARM hard-float support for large numbers of VFP arguments
  • Loading branch information
atgreen committed Mar 30, 2013
2 parents ede96e4 + 4750e3c commit c3c40e0
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 102 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
@@ -1,3 +1,14 @@
2013-03-28 David Schneider <david.schneider@bivab.de>

* src/arm/ffi.c: Fix support for ARM hard-float calling convention.
* src/arm/sysv.S: call different methods for SYSV and VFP ABIs.
* testsuite/libffi.call/cls_many_mixed_args.c: testcase for a closure with
mixed arguments, many doubles.
* testsuite/libffi.call/many_double.c: testcase for calling a function using
more than 8 doubles.
* testcase/libffi.call/many.c: use absolute value to check result against an
epsilon

2013-03-17 Anthony Green <green@moxielogic.com>

* README: Update for 3.0.13.
Expand Down

0 comments on commit c3c40e0

Please sign in to comment.