summaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
diff options
context:
space:
mode:
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-23 21:02:27 +0000
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-23 21:02:27 +0000
commita5de0b3b45611a1cabe609720b2dc789ed9639ae (patch)
treea63608c539b89be3aacdd9570b46b31195388095 /libffi/ChangeLog
parent97e18ae269d3f835415ee47ba59b36596f982e97 (diff)
downloadgcc-a5de0b3b45611a1cabe609720b2dc789ed9639ae.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184526 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r--libffi/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 3b3167ae77b..5b553f341fa 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