win32.S: Make calls to ffi_closure_SYSV_inner position-independent
authorJosh Triplett <josh@joshtriplett.org>
Fri, 21 Mar 2014 17:57:06 +0000 (10:57 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Fri, 21 Mar 2014 17:57:06 +0000 (10:57 -0700)
commit2087dcf736274286f76c69d3988fb6d7cc4fd0f5
tree6c7a167e9d0efb4134cb3a0cce38ae8a0717d43a
parent28fb197079cf1d11da4eef7c8c243ab05590c528
win32.S: Make calls to ffi_closure_SYSV_inner position-independent

Now that non-Windows platforms include win32.S, it needs to support
building as position-independent code.  This fixes one source of build
failures on target platforms that do not allow text relocations.
src/x86/win32.S