diff options
author | Ben Skeggs <[email protected]> | 2008-06-29 13:02:31 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-06-29 13:02:31 +1000 |
commit | cc8e628563a1cfb26752bc014a75f3087cd8986d (patch) | |
tree | 86ce8915bd42ebdd1e75e3e226af2b5a3da6c82e /src | |
parent | 01de2293d5449ab6ca1d99b007c9ea4f0037fef5 (diff) |
Revert "mesa: Use the appropriate relocation."
This reverts commit cb09d1ef60dae3b3c44f1370fd2f726c7044bc17.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/x86-64/glapi_x86-64.S | 2 |
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 f8337ff93ee..cb34061b36c 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) |