diff options
author | Benjamin Franzke <[email protected]> | 2011-06-08 15:50:25 +0200 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-06-13 12:19:47 +0800 |
commit | 3e1caf5d2666ed220f4a740db4fe5a7ad54e455a (patch) | |
tree | 88a3dcb43b282d41659f205f51f2be1d24a2f606 /.gitignore | |
parent | 982cb365848ebb7e64dc0915e37793e5823e4bbf (diff) |
mapi: Fix tls with shared/es-glapi on x86-64
x86_64_entry_start needs to be declared static in the C code,
in order to have the correct address in entry_get_public
(seems not to be needed on x86).
The compiler needs to lookup a local not a global object.
Otherwise addresses needed for _glapi_proc_address will be computed
from some random offset (0x6400229a61058b48 in my case).
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions