compile: Add 'set compile-gcc'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / tlsgd10.s
1 .text
2 .globl _start
3 _start:
4 1: movabsq $_GLOBAL_OFFSET_TABLE_-1b, %r11
5 pushq %r15
6 pushq %r15
7 leaq 1b(%rip), %r15
8 addq %r11, %r15
9
10 /* GD, -mcmodel=large */
11 leaq foo@tlsgd(%rip), %rdi
12 movabsq $__tls_get_addr@pltoff, %rax
13 addq %r15, %rax
14 call *%rax
15
16 popq %r15
17 popq %r15
18 ret
This page took 0.032134 seconds and 4 git commands to generate.