repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-size
/
size32-2.s
blob
d5a650dc61775bba7595a902c5b5885a032e47f8
1
# 32-bit size relocation against TLS symbol in shared object
2
.globl xxx
3
.section .tbss,
"awT"
,%nobits
4
.p2align 2
5
.type xxx, %object
6
.size xxx, 40
7
xxx
:
8
.zero 40
9
.globl yyy
10
.section .tdata,
"awT"
,%progbits
11
.p2align 2
12
.type yyy, %object
13
.size yyy, 40
14
yyy
:
15
.zero 40
16
.data
17
.p2align 2
18
.long xxx@SIZE
19
.long yyy@SIZE
20
.long zzz@SIZE
21
.long zzz@SIZE-30
22
.long zzz@SIZE+30