gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / tls.s
CommitLineData
ba93b8ac
DJ
1 .text
2 .globl main
3 .type main, %function
4main:
5 nop
6.L2:
7 nop
8 mov pc, lr
9
10.Lpool:
11 .word a(tlsgd) + (. - .L2 - 8)
12 .word b(tlsldm) + (. - .L2 - 8)
13 .word c(gottpoff) + (. - .L2 - 8)
14 .word d(tpoff)
This page took 0.175165 seconds and 4 git commands to generate.