win32.S: Add handling for position-independent code on Darwin
authorJosh Triplett <josh@joshtriplett.org>
Sat, 22 Mar 2014 17:00:53 +0000 (10:00 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Sat, 22 Mar 2014 17:04:11 +0000 (10:04 -0700)
commitf0f4138f90345d7d67dfa6783a7e1c7cc30d3c6f
treeecabedc9d6b2de25dac9e8d2ba73d8242d85d83d
parentef5890ebafb7cd2fbf9acf161edb55fe1382871c
win32.S: Add handling for position-independent code on Darwin

Newer versions of Darwin generate the necessary stub functions
automatically and just need a call instruction, but accomodating older
versions as well requires adding the stub.
src/x86/win32.S