1# Test TLS IE to TLS LE relaxation when instructions are not consecutive.
2
3	.section	.tdata
4var:
5	.word	2
6	.text
7	mrs	x1, tpidr_el0
8	nop
9	nop
10	adrp	x0, :gottprel:var
11	nop
12	nop
13	nop
14	ldr	x0, [x0, #:gottprel_lo12:var]
15	nop
16	add	x0, x1, x0
17	nop
18	nop
19	ldr	w0, [x0]
20	.section	.tdata
21