glapi: Remove _x86_64_get_get_dispatch symbol from x86-64 assembly.
authorMatt Turner <mattst88@gmail.com>
Thu, 25 Sep 2014 18:49:48 +0000 (11:49 -0700)
committerMatt Turner <mattst88@gmail.com>
Fri, 28 Aug 2015 05:28:49 +0000 (22:28 -0700)
Never used.

Reviewed-by: Mark Janes <mark.a.janes@intel.com>
src/mapi/glapi/gen/gl_x86-64_asm.py

index cf42371f8c3b8ea022866e4b4f423bffddd8b61b..dcd113e268ac8f0918b1c81ae72e7ed888e7605a 100644 (file)
@@ -144,12 +144,6 @@ class PrintGenericStubs(gl_XML.gl_print_base):
         print ''
         print '#ifdef GLX_USE_TLS'
         print ''
-        print '\t.globl _x86_64_get_get_dispatch; HIDDEN(_x86_64_get_get_dispatch)'
-        print '_x86_64_get_get_dispatch:'
-        print '\tlea\t_x86_64_get_dispatch(%rip), %rax'
-        print '\tret'
-        print ''
-        print '\t.p2align\t4,,15'
         print '_x86_64_get_dispatch:'
         print '\tmovq\t_glapi_tls_Dispatch@GOTTPOFF(%rip), %rax'
         print '\tmovq\t%fs:(%rax), %rax'