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-aarch64
/
weak-tls.s
blob
3520a85589c786566c7da7d321f6077ac3d8f2c4
1
.global get
2
.type get, %function
3
.global dtl
4
.weak dtl
5
get
:
6
.LFB0:
7
mrs x0
,
tpidr_el0
8
add
x0
,
x0
,
#:tprel_hi12:tls, lsl #12
9
add
x0
,
x0
,
#:tprel_lo12_nc:tls
10
add
x0
,
x0
,
#:dtprel_hi12:dtl
11
add
x0
,
x0
,
#:dtprel_lo12:dtl
12
ret
13
.LFE0:
14
.size get, .-get
15
.weak tls
16