RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-vxworks / tls-3.s
CommitLineData
3348747a
NS
1 .globl foo
2foo:
3
4 .section .tls_data,"a"
5 .p2align 2
6
7 .type i,%object
8 .size i,4
9i:
10 .space 4
11
12 .globl j
13 .type j,%object
14 .size j,4
15j:
16 .space 4
17
18 .section .tls_vars,"a"
19 .p2align 2
20 .type __tls__i,%object
21 .size __tls__i,12
22__tls__i:
23 .4byte i
24 .4byte 0
25 .4byte 4
26
27 .globl __tls__j
28 .type __tls__j,%object
29 .size __tls__j,12
30__tls__j:
31 .4byte j
32 .4byte 0
33 .4byte 4
34
This page took 0.534004 seconds and 4 git commands to generate.