This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libffi/52221] [libffi] r183675,r184021 needs to be fixed.


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


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