aboutsummaryrefslogtreecommitdiff
path: root/unwind-pacbti-m.s
blob: 5a6ea2eec2b8e48dd49963f0a4b93fa29c3c3a49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

	.arch armv8.1-m.main
	.arch_extension pacbti
	.eabi_attribute 50, 2
	.eabi_attribute 52, 2
	.eabi_attribute 74, 1
	.eabi_attribute 76, 1
	.text
	.syntax unified
	.thumb
	.thumb_func
foo:
	.fnstart
	push	{r4, lr}
	.save {r4, lr}
	push	{r12}
	.save {ra_auth_code}
	pop	{r12}
	pop	{r4, pc}
	.fnend