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
fix Windows build
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-aarch64
/
tls-tiny-ie.s
blob
2132334f467023d469a2d6eaa7f3447ace27ff5d
1
.global v1
2
.section .tdata,
"awT"
,%progbits
3
v1
:
4
.word 1
5
6
.text
7
8
# Test tiny TLS IE.
9
mrs x2
,
tpidr_el0
10
ldr x0
,
#:gottprel:v1
11
add
x0
,
x2
,
x0
12
ldr w0
, [
x0
]