This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] libffi: SH: fix on sh3
- From: Anthony Green <green at redhat dot com>
- To: SUGIOKA Toshinobu <sugioka at itonet dot co dot jp>
- Cc: java-patches at gcc dot gnu dot org, kkojima at rr dot iij4u dot or dot jp
- Date: Thu, 21 Jul 2005 23:39:51 -0700
- Subject: Re: [patch] libffi: SH: fix on sh3
- References: <4.2.0.58.J.20050722113210.02953f10@router.itonet.co.jp>
On Fri, 2005-07-22 at 11:50 +0900, SUGIOKA Toshinobu wrote:
> Hi,
>
> On sh3, struct argument may passed partially on register and the rest
> on stack. Mainline does not handle this case correctly.
> I think it's better to change stack layout in ffi_closure_SYSV so that
> arguments are stored in contiguous address.
Thanks.
Kaz - could you please review this change?
Thanks!
AG