Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / tls-local-static.s
CommitLineData
3064e1ff
JB
1 .text
2 .arch armv4t
3 .global _start
4_start:
5.LPIC0:
6 bx lr
7 .align 2
8 .word var(tlsgd) + (. - .LPIC0 - 8)
9
10 .section .tbss,"awT",%nobits
11 .align 2
12 .type var, %object
13 .size var, 4
14var:
15 .space 4
This page took 0.296691 seconds and 4 git commands to generate.