Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / undef-tls.s
1 .global get
2 .type get, %function
3 get:
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.030269 seconds and 4 git commands to generate.