Refresh from GCC
This commit is contained in:
@@ -2,7 +2,10 @@ Index: libffi/ChangeLog
|
||||
===================================================================
|
||||
--- libffi.orig/ChangeLog
|
||||
+++ libffi/ChangeLog
|
||||
@@ -1,3 +1,20 @@
|
||||
@@ -33,6 +33,23 @@
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
+2011-02-13 Anthony Green <green@moxielogic.com>
|
||||
+
|
||||
+ * include/ffi_common.h (UNLIKELY, LIKELY): Define.
|
||||
@@ -73,7 +76,7 @@ Index: libffi/src/arm/ffi.c
|
||||
ARM Foreign Function Interface
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
@@ -582,7 +584,7 @@ ffi_prep_closure_loc (ffi_closure* closu
|
||||
@@ -586,7 +588,7 @@ ffi_prep_closure_loc (ffi_closure* closu
|
||||
else if (cif->abi == FFI_VFP)
|
||||
closure_func = &ffi_closure_VFP;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user