ld-linkonce test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / undef-tls.s
CommitLineData
652afeef
TC
1 .global get
2 .type get, %function
3get:
4.LFB0:
5 mrs x0, tpidr_el0
6 add x0, x0, #:tprel_hi12:tls, lsl #12
7 add x0, x0, #:tprel_lo12_nc:tls
8 add x0, x0, #:dtprel_hi12:dtl
9 add x0, x0, #:dtprel_lo12:dtl
10 ret
11.LFE0:
12 .size get, .-get
13
This page took 0.063441 seconds and 4 git commands to generate.