More support for ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / tlsle-symbol-offset.s
1 .global p
2 .global a
3 .section .tbss,"awT",%nobits
4 p:
5 .zero 4096
6 a:
7 .zero 52
8
9 .text
10
11 # Compute the address of an integer within structure a, padded
12 # by an array of size 48
13
14 mrs x0, tpidr_el0
15 add x0, x0, #:tprel_hi12:a+48
16 add x0, x0, #:tprel_lo12_nc:a+48
17 ret
This page took 0.031687 seconds and 4 git commands to generate.