[multiple changes]
commitb1393750038b16217fc45c48fcfa820ff632aafd
authorAndrew Haley <aph@gcc.gnu.org>
Thu, 4 Jun 2009 16:02:47 +0000 (4 16:02 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Thu, 4 Jun 2009 16:02:47 +0000 (4 16:02 +0000)
tree248f23680eca1bcd037fe2964271a9f4cbd5ab3b
parent96baa25172614b39544214a199635a1cbc9632e0
[multiple changes]

2008-02-26  Anthony Green  <green@redhat.com>
            Thomas Heller  <theller@ctypes.org>

        * src/x86/ffi.c (ffi_closure_SYSV_inner): Change C++ comment to C
        comment.

2008-02-03  Timothy Wall  <twall@users.sf.net>

        * src/x86/ffi.c (FFI_INIT_TRAMPOLINE_STDCALL): Calculate jump return
          offset based on code pointer, not data pointer.

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.

From-SVN: r148174
libffi/ChangeLog
libffi/src/x86/ffi.c
libffi/src/x86/ffitarget.h
libffi/src/x86/win32.S