win32.S: Make the jump tables position-independent
authorJosh Triplett <josh@joshtriplett.org>
Fri, 21 Mar 2014 18:00:41 +0000 (11:00 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Fri, 21 Mar 2014 18:00:41 +0000 (11:00 -0700)
commit4fca48901e7e4f53bf490ed22607b2d2d8f4bfcc
tree32310c43a609598ef5dcd5329ca30a8c4a9be373
parent2087dcf736274286f76c69d3988fb6d7cc4fd0f5
win32.S: Make the jump tables position-independent

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