On 12/10/2011 12:05 PM, Kai Tietz wrote:
> 2011-12-10 Kai Tietz
>
> PR libgcj/50053
> * java/lang/natClass.cc (java::lang::Class::newInstance): Special case
> member-call for 32-bit IA native Window target.
OK, thanks.
Andrew.
Kai Tietz writes:
> + /* Class constructor/destructor have for 32-bit native Windows ABI
> + __thiscall calling convention. */
/* Class constructors/destructors have __thiscall calling
convention for 32-bit native Windows ABI. */
Andreas.
--
Andreas Schwab, sch...@linux-m6
Hi,
this patch addresses ABI change about class-member-functions for
32-bit IA Windows native target. For
it the calling-convention is now __thiscall, as described by
manufactor's ABI description.
ChangeLog
2011-12-10 Kai Tietz
PR libgcj/50053
* java/lang/natClass.cc (java::