Add Tim Wall's x86 windows patch.

This commit is contained in:
green
2008-01-31 11:58:57 +00:00
parent e332366d15
commit abc0bbf381
5 changed files with 140 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
2008-01-31 Timothy Wall <twall@users.sf.net>
* testsuite/libffi.call/closure_stdcall.c: Add test for stdcall
closures.
* src/x86/ffitarget.h: Increase size of trampoline for stdcall
closures.
* src/x86/win32.S: Add assembly for stdcall closure.
* src/x86/ffi.c: Initialize stdcall closure trampoline.
2008-01-30 H.J. Lu <hongjiu.lu@intel.com>
PR libffi/34612