aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/unwind-mix2.s
blob: 5301edbc9bbdb2e450225571c244af748ed4762e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.syntax unified
	.text
	.global __aeabi_unwind_cpp_pr1
	.type __aeabi_unwind_cpp_pr1, %function
__aeabi_unwind_cpp_pr1:
	bx lr

	.global end
	.type end, %function
end:
	.fnstart
	.save {r4, lr}
	bx lr
	.fnend