This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] libffi: define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32
- From: Jeff Law <law at redhat dot com>
- To: Andreas Schwab <schwab at suse dot de>, gcc-patches at gcc dot gnu dot org
- Date: Tue, 26 Apr 2016 22:13:48 -0600
- Subject: Re: [PATCH] libffi: define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32
- Authentication-results: sourceware.org; auth=none
- References: <mvmr3fbhlj0 dot fsf at hawking dot suse dot de>
On 03/15/2016 08:18 AM, Andreas Schwab wrote:
Like x32, aarch64 ILP32 needs to define FFI_SIZEOF_JAVA_RAW. This fixes
the java interpreter.
Andreas.
* src/aarch64/ffitarget.h (FFI_SIZEOF_JAVA_RAW) [__ILP32__]:
Define.
Doesn't libffi come from an upstream project? If so, shouldn't this
patch be submitted there?
https://sourceware.org/libffi/
jeff