Skip to content

libGLdispatch: Fix PIC on x86_64 TSD.

Kyle Brenneman requested to merge github/fork/rmorell/master into master

Created by: rmorell

This makes the built-in x86_64 TSD stubs use RIP-relative addressing so that the linker doesn't have to generate relocations of text sections, which breaks PIC.

Fixes #53 (closed)

Merge request reports