f9626cdfdd30e75834b9d46d477c56d00e50e7b6
[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 .globl foo
8 .section .tdata,"awT",@progbits
9 .align 4
10 .type foo, @object
11 .size foo, 4
12 foo:
13 .long 100
This page took 0.03012 seconds and 3 git commands to generate.