aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/arm-vfp-arg-vfp.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/arm-vfp-arg-vfp.s')
-rw-r--r--test/ELF/Inputs/arm-vfp-arg-vfp.s15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/ELF/Inputs/arm-vfp-arg-vfp.s b/test/ELF/Inputs/arm-vfp-arg-vfp.s
new file mode 100644
index 000000000..e8c8a66a2
--- /dev/null
+++ b/test/ELF/Inputs/arm-vfp-arg-vfp.s
@@ -0,0 +1,15 @@
+ .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, 1 // Tag_ABI_VFP_args = 1 (AAPCS, VFP variant)
+ .syntax unified
+ .global f1
+ .type f1, %function
+f1: bx lr