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
Typo fix in most recent entry.
[binutils.git]
/
ld
/
testsuite
/
ld-cris
/
tls128g.s
blob
766b7d96247dc11c9dc9d13dd672fe680fb8da9c
1
; Just something allocating
128
bytes TLS data
,
with the symbol being global.
2
.section .tdata,
"awT"
,@progbits
3
.p2align 2
4
.global tls128
5
.type tls128, @object
6
tls128
:
7
.long 47
8
.fill 124,1,0
9
.size tls128, 128