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
bfd/
[binutils.git]
/
ld
/
testsuite
/
ld-powerpc
/
tlslib32.s
blob
98cd3e9175ef606a84b2714f7ad2e828ce5df886
1
.global __tls_get_addr,gd,ld
2
.type __tls_get_addr,@function
3
4
.section
".tbss"
,
"awT"
,@nobits
5
.align 2
6
gd
:
.space 4
7
8
.section
".tdata"
,
"awT"
,@progbits
9
.align 2
10
ld
:
.long 0xc0ffee
11
12
.text
13
__tls_get_addr
:
14
blr