x86-64: Fix TLSDESC relaxation for x32
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ilp32 / x32-tls.s
CommitLineData
cf61b747
L
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
14470f07
L
7 lea foo@tlsdesc(%rip), %eax
8 lea foo@tlsdesc(%rip), %r12d
cf61b747
L
9 .globl foo
10 .section .tdata,"awT",@progbits
11 .align 4
12 .type foo, @object
13 .size foo, 4
14foo:
15 .long 100
This page took 0.385195 seconds and 4 git commands to generate.