aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/protections/bti-plt-2.s
blob: db06621df2b998d3e60914e7051e95fe1d72a866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	.text
	.globl func2
	.type func2,@function
func2:
	bl foo2
	bl bar2
	ret
	.size	func2, .-func2

.ifdef __split_gnu_properties__
.include "gnu-note-properties-selectable-split.inc"
.else
.include "gnu-note-properties-selectable-merged.inc"
.endif