summaryrefslogtreecommitdiff
path: root/gold/testsuite/split_aarch64_4.s
blob: f2988a56ff970b652996361e156da58ff7ffb664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# split_aarch64_3.s: permitted adjustment failure

	.text

	.global	fn1
	.type	fn1,@function
fn1:
	mov     x10, 0
	movk    x10, 0x0, lsl 16
	sub     x10, sp, x10
	adrp    x12, .L2
	add     x12, x12, :lo12:.L2
	ldr     x9, [x9, -8]
	cmp     x9, x10
	blt     .Lbcond4
	b       __morestack
.Lbcond4:
.L2:
	b       fnn

	.size	fn1,. - fn1

	.section	.note.GNU-stack,"",@progbits
	.section	.note.GNU-split-stack,"",@progbits
	.section	.note.GNU-no-split-stack,"",@progbits