x86-64: Fix TLSDESC relaxation for x32
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ilp32 / x32-tls.s
1 .text
2 _start:
3 mov foo@gottpoff(%rip), %rax
4 mov foo@gottpoff(%rip), %r12
5 add foo@gottpoff(%rip), %eax
6 add foo@gottpoff(%rip), %r12d
7 lea foo@tlsdesc(%rip), %eax
8 lea foo@tlsdesc(%rip), %r12d
9 .globl foo
10 .section .tdata,"awT",@progbits
11 .align 4
12 .type foo, @object
13 .size foo, 4
14 foo:
15 .long 100
This page took 0.037656 seconds and 4 git commands to generate.