Summary: libffi: define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32
* src/aarch64/ffitarget.h (FFI_SIZEOF_JAVA_RAW) [__ILP32__]: Define. From-SVN: r234282
This commit is contained in:
parent
b1970801f4
commit
a7ceba7d02
@ -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>
|
2016-03-02 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* libtool-version: Increase to 7:0:0.
|
* libtool-version: Increase to 7:0:0.
|
||||||
|
@ -29,6 +29,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||||||
#ifndef LIBFFI_ASM
|
#ifndef LIBFFI_ASM
|
||||||
#ifdef __ILP32__
|
#ifdef __ILP32__
|
||||||
#define FFI_SIZEOF_ARG 8
|
#define FFI_SIZEOF_ARG 8
|
||||||
|
#define FFI_SIZEOF_JAVA_RAW 4
|
||||||
typedef unsigned long long ffi_arg;
|
typedef unsigned long long ffi_arg;
|
||||||
typedef signed long long ffi_sarg;
|
typedef signed long long ffi_sarg;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user