On Wed, Jul 18, 2012 at 9:10 PM, H.J. Lu wrote:
This patch defines FFI_SIZEOF_JAVA_RAW to 4 for x32, similar to MIPS n32.
It fixed:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53982
>>>
>>> Here is the patch with updated ChangeLog entry. X32 has the same issue
>>> as MIPS n32
On Wed, Jul 18, 2012 at 11:44 AM, Uros Bizjak wrote:
> On Wed, Jul 18, 2012 at 6:27 PM, H.J. Lu wrote:
>
>>> This patch defines FFI_SIZEOF_JAVA_RAW to 4 for x32, similar to MIPS n32.
>>> It fixed:
>>>
>>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53982
>>
>> Here is the patch with updated Chang
On Wed, Jul 18, 2012 at 6:27 PM, H.J. Lu wrote:
>> This patch defines FFI_SIZEOF_JAVA_RAW to 4 for x32, similar to MIPS n32.
>> It fixed:
>>
>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53982
>
> Here is the patch with updated ChangeLog entry. X32 has the same issue
> as MIPS n32, which was fi
On Mon, Jul 16, 2012 at 01:14:08PM -0700, H.J. Lu wrote:
> Hi,
>
> This patch defines FFI_SIZEOF_JAVA_RAW to 4 for x32, similar to MIPS n32.
> It fixed:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53982
>
>
Hi,
Here is the patch with updated ChangeLog entry. X32 has the same issue
as MIP