summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/arm-vfp-arg-base.s
blob: 9625c0a7ceff13d3ba68a207900fefd759f85561 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.arch armv7-a
	.eabi_attribute 20, 1
	.eabi_attribute 21, 1
	.eabi_attribute 23, 3
	.eabi_attribute 24, 1
	.eabi_attribute 25, 1
	.eabi_attribute 26, 2
	.eabi_attribute 30, 6
	.eabi_attribute 34, 1
	.eabi_attribute 18, 4
        .eabi_attribute 28, 0 // Tag_ABI_VFP_args = 0 (AAPCS, Base variant)

        .syntax unified
        .global f0
        .type f0, %function
f0:     bx lr
OpenPOWER on IntegriCloud