ABS32
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / tlsle-symbol-offset.s
CommitLineData
bb3f9ed8
YZ
1 .global p
2 .global a
3 .section .tbss,"awT",%nobits
4p:
5 .zero 4096
6a:
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.156302 seconds and 4 git commands to generate.