From: Ben Skeggs Date: Sun, 29 Jun 2008 03:02:31 +0000 (+1000) Subject: Revert "mesa: Use the appropriate relocation." X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc8e628563a1cfb26752bc014a75f3087cd8986d;p=mesa.git Revert "mesa: Use the appropriate relocation." This reverts commit cb09d1ef60dae3b3c44f1370fd2f726c7044bc17. --- 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)