Arm: Fix Arm disassembler mapping symbol search.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-vxworks / tls-1.s
CommitLineData
abbda6d0
NS
1 .globl foo
2foo:
3
4 .section .tls_data
5 .p2align 2
6 .type i,%object
7 .size i,4
8i:
9 .space 4
10 .globl __tls__i
11 .section .tls_vars
12 .p2align 2
13 .type __tls__i,%object
14 .size __tls__i,12
15__tls__i:
16 .4byte i
17 .4byte 0
18 .4byte 4
19
This page took 0.564299 seconds and 4 git commands to generate.