summaryrefslogtreecommitdiff
path: root/src/mesa/x86-64
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-06-29 13:02:31 +1000
committerBen Skeggs <skeggsb@gmail.com>2008-06-29 13:02:31 +1000
commitcc8e628563a1cfb26752bc014a75f3087cd8986d (patch)
tree86ce8915bd42ebdd1e75e3e226af2b5a3da6c82e /src/mesa/x86-64
parent01de2293d5449ab6ca1d99b007c9ea4f0037fef5 (diff)
Revert "mesa: Use the appropriate relocation."
This reverts commit cb09d1ef60dae3b3c44f1370fd2f726c7044bc17.
Diffstat (limited to 'src/mesa/x86-64')
-rw-r--r--src/mesa/x86-64/glapi_x86-64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86-64/glapi_x86-64.S b/src/mesa/x86-64/glapi_x86-64.S
index f8337ff93e..cb34061b36 100644
--- a/src/mesa/x86-64/glapi_x86-64.S
+++ b/src/mesa/x86-64/glapi_x86-64.S
@@ -73,7 +73,7 @@ _x86_64_get_dispatch:
.p2align 4,,15
_x86_64_get_dispatch:
- movq _gl_DispatchTSD@GOTPCREL(%rip), %rdi
+ movq _gl_DispatchTSD(%rip), %rdi
jmp pthread_getspecific@PLT
#elif defined(THREADS)