This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] libffi: SH: fix on sh3


Kaz Kojima wrote:

Anthony Green <green@redhat.com> wrote:


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?



The patch is fine.


http://gcc.gnu.org/ml/java-patches/2005-q3/msg00138.html

Can I check it in with the obvious change of the ChangeLog entry?



Yes. Thanks.


Bryce.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]