Re: [patch libjava]: Fix PR target/51500

2012-02-01 Thread Andrew Haley
On 02/01/2012 09:47 AM, Kai Tietz wrote: > I sent update-patch to ML for libffi to support closure-code for > thiscall. So the hunk in patch for java/lang/reflect/natVMProxy.cc > (ncode): Force SYSV closure for 32-bit Windows. Isn't necessary, if > the fix in libffi gets applied. > > Ok to commit

Re: [patch libjava]: Fix PR target/51500

2012-02-01 Thread Kai Tietz
2012/1/30 Andrew Haley : > On 01/29/2012 02:15 PM, Kai Tietz wrote: >> 2012-01-29  Kai Tietz   >> >>       PR target/51500 >>       * interpret.cc (_Jv_init_cif): Handle thiscall >>       convention for 32-bit Windows. >>       * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): >>       Likewis

Re: [patch libjava]: Fix PR target/51500

2012-01-30 Thread Andrew Haley
On 01/29/2012 02:15 PM, Kai Tietz wrote: > 2012-01-29 Kai Tietz > > PR target/51500 > * interpret.cc (_Jv_init_cif): Handle thiscall > convention for 32-bit Windows. > * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): > Likewise. > * java/lang/reflect/na

[patch libjava]: Fix PR target/51500

2012-01-29 Thread Kai Tietz
Hello, this patch adds thiscall-call feature via libffi for 32-bit Windows native target. ChangeLog 2012-01-29 Kai Tietz PR target/51500 * interpret.cc (_Jv_init_cif): Handle thiscall convention for 32-bit Windows. * java/lang/reflect/natMethod.cc (_Jv_CallAny