repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update contributors list for update of alpha-vms bfd.
[binutils.git]
/
ld
/
testsuite
/
ld-vxworks
/
tls-3.s
blob
39420c2c8d1771d619a8f34022a81786a2be5cbc
1
.globl foo
2
foo
:
3
4
.section .tls_data,
"a"
5
.p2align 2
6
7
.type i,%object
8
.size i,4
9
i
:
10
.space 4
11
12
.globl j
13
.type j,%object
14
.size j,4
15
j
:
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
.4
byte i
24
.4
byte
0
25
.4
byte
4
26
27
.globl __tls__j
28
.type __tls__j,%object
29
.size __tls__j,12
30
__tls__j
:
31
.4
byte j
32
.4
byte
0
33
.4
byte
4
34