Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <cboesch@gopro.com>2017-02-02 13:22:04 +0300
committerClément Bœsch <cboesch@gopro.com>2017-02-02 13:22:04 +0300
commita0860b0a388d5471ae3e60fbf004509a3783f392 (patch)
treeceeb6795d0d649b9cef796fbc5fc79655be622d8 /tests/checkasm
parentd30870cc730337b7017cc194d696f68ee48f7f1d (diff)
parent6f9e34baea4f6f484392e4e67f606a0835d07b73 (diff)
Merge commit '6f9e34baea4f6f484392e4e67f606a0835d07b73'
* commit '6f9e34baea4f6f484392e4e67f606a0835d07b73': arm: Check for support for the .fpu directive Merged-by: Clément Bœsch <cboesch@gopro.com>
Diffstat (limited to 'tests/checkasm')
-rw-r--r--tests/checkasm/arm/checkasm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/arm/checkasm.S b/tests/checkasm/arm/checkasm.S
index 0cbf32e57f..e6b16509ea 100644
--- a/tests/checkasm/arm/checkasm.S
+++ b/tests/checkasm/arm/checkasm.S
@@ -24,7 +24,7 @@
/* override fpu so that NEON instructions are rejected */
#if HAVE_VFP
-.fpu vfp
+FPU .fpu vfp
ELF .eabi_attribute 10, 0 @ suppress Tag_FP_arch
#endif