]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libffi/52221 ([libffi] r183675,r184021 needs to be fixed.)
authorKai Tietz <ktietz@redhat.com>
Thu, 23 Feb 2012 21:02:27 +0000 (22:02 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Thu, 23 Feb 2012 21:02:27 +0000 (22:02 +0100)
commitffc81ae2c8d1597a59fa9e6fb3ca495ced26d17a
treea63608c539b89be3aacdd9570b46b31195388095
parent0253a8b1653e3ebd82cd814ce08ee6aee3149507
re PR libffi/52221 ([libffi] r183675,r184021 needs to be fixed.)

        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.

From-SVN: r184526
libffi/ChangeLog
libffi/src/x86/ffi.c
libffi/src/x86/win32.S