File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
Status
2
2
======
3
3
4
- libffi-3.2 was released on November 11 , 2014. Check the libffi web
4
+ libffi-3.2.1 was released on November 12 , 2014. Check the libffi web
5
5
page for updates: <URL:http://sourceware.org/libffi/>.
6
6
7
7
@@ -182,6 +182,9 @@ History
182
182
183
183
See the git log for details at http://github.com/atgreen/libffi.
184
184
185
+ 3.2.1 Nov-12-14
186
+ Build fix for non-iOS AArch64 targets.
187
+
185
188
3.2 Nov-11-14
186
189
Add C99 Complex Type support (currently only supported on
187
190
s390).
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
2
2
3
3
AC_PREREQ ( 2.68 )
4
4
5
- AC_INIT ( [ libffi] , [ 3.2] , [ http://github.com/atgreen/libffi/issues] )
5
+ AC_INIT ( [ libffi] , [ 3.2.1 ] , [ http://github.com/atgreen/libffi/issues] )
6
6
AC_CONFIG_HEADERS ( [ fficonfig.h] )
7
7
8
8
AC_CANONICAL_SYSTEM
Original file line number Diff line number Diff line change 1
1
@set UPDATED 8 November 2014
2
2
@set UPDATED-MONTH November 2014
3
- @set EDITION 3.2
4
- @set VERSION 3.2
3
+ @set EDITION 3.2.1
4
+ @set VERSION 3.2.1
Original file line number Diff line number Diff line change @@ -782,7 +782,9 @@ ffi_prep_cif_machdep (ffi_cif *cif)
782
782
}
783
783
}
784
784
785
+ #if defined (__APPLE__ )
785
786
cif -> aarch64_nfixedargs = 0 ;
787
+ #endif
786
788
787
789
return FFI_OK ;
788
790
}
You can’t perform that action at this time.
0 commit comments