diff options
author | Kai Tietz <ktietz@redhat.com> | 2012-02-23 22:02:27 +0100 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2012-02-23 22:02:27 +0100 |
commit | ffc81ae2c8d1597a59fa9e6fb3ca495ced26d17a (patch) | |
tree | a63608c539b89be3aacdd9570b46b31195388095 /libffi/ChangeLog | |
parent | 0253a8b1653e3ebd82cd814ce08ee6aee3149507 (diff) | |
download | gcc-ffc81ae2c8d1597a59fa9e6fb3ca495ced26d17a.zip gcc-ffc81ae2c8d1597a59fa9e6fb3ca495ced26d17a.tar.gz gcc-ffc81ae2c8d1597a59fa9e6fb3ca495ced26d17a.tar.bz2 |
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
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r-- | libffi/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 3b3167a..5b553f3 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,14 @@ +2012-02-22 Kai Tietz <ktietz@redhat.com> + + 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. + 2012-02-13 Kai Tietz <ktietz@redhat.com> PR libffi/52221 |