]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Summary: libffi: define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32
authorAndreas Schwab <schwab@suse.de>
Thu, 17 Mar 2016 10:47:58 +0000 (10:47 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 17 Mar 2016 10:47:58 +0000 (10:47 +0000)
* src/aarch64/ffitarget.h (FFI_SIZEOF_JAVA_RAW) [__ILP32__]:
Define.

From-SVN: r234282

libffi/ChangeLog
libffi/src/aarch64/ffitarget.h

index d6a0b51a275beca26b48b034cbac61ac8e53126b..50276807528c313a598ddd75c8b154a21b7445a2 100644 (file)
@@ -1,3 +1,8 @@
+2016-03-17  Andreas Schwab  <schwab@suse.de>
+
+       * src/aarch64/ffitarget.h (FFI_SIZEOF_JAVA_RAW) [__ILP32__]:
+       Define.
+
 2016-03-02  Richard Henderson  <rth@redhat.com>
 
        * libtool-version: Increase to 7:0:0.
index 2862ec7fcccc6878a6b1d731c28166aef51295fe..34200ad9325be0f06409c4f4cede9f5c7fca208e 100644 (file)
@@ -29,6 +29,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */
 #ifndef LIBFFI_ASM
 #ifdef __ILP32__
 #define FFI_SIZEOF_ARG 8
+#define FFI_SIZEOF_JAVA_RAW  4
 typedef unsigned long long ffi_arg;
 typedef signed long long ffi_sarg;
 #else