]> git.ipfire.org Git - thirdparty/gcc.git/commit
ffi.h.in: Added FFI_STDCALL ffi_type enumeration for X86_WIN32.
authorRanjit Mathew <rmathew@hotmail.com>
Fri, 6 Dec 2002 01:16:45 +0000 (01:16 +0000)
committerAnthony Green <green@gcc.gnu.org>
Fri, 6 Dec 2002 01:16:45 +0000 (01:16 +0000)
commiteb3c46a17ebe3dfe1b374d40f8a8296a83e24751
tree42b4b6f3ce932aab0dbf81a4fb15247efd28b464
parent1fcfaf375c135079ebea8aa17e726c51c938cc61
ffi.h.in: Added FFI_STDCALL ffi_type enumeration for X86_WIN32.

2002-11-10  Ranjit Mathew <rmathew@hotmail.com>

* include/ffi.h.in: Added FFI_STDCALL ffi_type
  enumeration for X86_WIN32.
* src/x86/win32.S: Added ffi_call_STDCALL function
  definition.
* src/x86/ffi.c (ffi_call/ffi_raw_call): Added
  switch cases for recognising FFI_STDCALL and
  calling ffi_call_STDCALL if target is X86_WIN32.
* src/ffitest.c (my_stdcall_strlen/stdcall_many):
  stdcall versions of the "my_strlen" and "many"
  test functions (for X86_WIN32).
  Added test cases to test stdcall invocation using
  these functions.

From-SVN: r59878
libffi/ChangeLog
libffi/include/ffi.h.in
libffi/src/ffitest.c
libffi/src/x86/ffi.c
libffi/src/x86/win32.S