diff options
Diffstat (limited to 'test/ELF/Inputs/arm-vfp-arg-compat.s')
-rw-r--r-- | test/ELF/Inputs/arm-vfp-arg-compat.s | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test/ELF/Inputs/arm-vfp-arg-compat.s b/test/ELF/Inputs/arm-vfp-arg-compat.s deleted file mode 100644 index 78f6ef6854b1e..0000000000000 --- a/test/ELF/Inputs/arm-vfp-arg-compat.s +++ /dev/null @@ -1,16 +0,0 @@ - .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, 3 // Tag_ABI_VFP_args = 3 (Compatible with all) - - .syntax unified - .global f3 - .type f3, %function -f3: bx lr |