mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
glapi: Remove _x86_64_get_get_dispatch symbol from x86-64 assembly.
Never used. Reviewed-by: Mark Janes <mark.a.janes@intel.com>
This commit is contained in:
parent
4a6a47ed05
commit
559b8842fa
1 changed files with 0 additions and 6 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue