]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure.ac: Also check if assembler supports pc-relative relocs on X86_WIN32 targets.
authorDave Korn <dave.korn.cygwin@gmail.com>
Fri, 22 May 2009 16:22:53 +0000 (16:22 +0000)
committerDave Korn <davek@gcc.gnu.org>
Fri, 22 May 2009 16:22:53 +0000 (16:22 +0000)
commit8353cd27a414d07e1ee6806c0742081f1b3ee899
treef8970032a5fabd58011412456344d32254bece0f
parentfe2978fba2ed2c3be0d1cd6ca3e1de30bd07bf93
configure.ac: Also check if assembler supports pc-relative relocs on X86_WIN32 targets.

* configure.ac:  Also check if assembler supports pc-relative
relocs on X86_WIN32 targets.
* configure:  Regenerate.
* src/x86/win32.S (ffi_prep_args):  Declare extern, not global.
(_ffi_call_SYSV):  Add missing function type symbol .def and
add EH markup labels.
(_ffi_call_STDCALL):  Likewise.
(_ffi_closure_SYSV):  Likewise.
(_ffi_closure_raw_SYSV):  Likewise.
(.eh_frame):  Add hand-crafted EH data.

From-SVN: r147800
libffi/ChangeLog
libffi/configure
libffi/configure.ac
libffi/src/x86/win32.S