[Bug libffi/52221] [libffi] r183675,r184021 needs to be fixed.
ktietz at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 23 21:04:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52221
--- Comment #15 from Kai Tietz <ktietz at gcc dot gnu.org> 2012-02-23 21:02:32 UTC ---
Author: ktietz
Date: Thu Feb 23 21:02:27 2012
New Revision: 184526
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184526
Log:
PR libffi/52221
* src/x86/ffi.c (ffi_closure_raw_THISCALL): New
prototype.
(ffi_prep_raw_closure_loc): Use ffi_closure_raw_THISCALL for
thiscall-convention.
(ffi_raw_call): Use ffi_prep_args_raw.
* src/x86/win32.S (ffi_closure_raw_THISCALL): Add
implementation for stub.
Modified:
trunk/libffi/ChangeLog
trunk/libffi/src/x86/ffi.c
trunk/libffi/src/x86/win32.S
More information about the Gcc-bugs
mailing list