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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-size
/
size64-2.s
blob
e443085f763b8fb01fba5ffaca5986d8be645c45
1
# 64-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
.quad xxx@SIZE
19
.quad yyy@SIZE
20
.quad zzz@SIZE
21
.quad zzz@SIZE-30
22
.quad zzz@SIZE+30