[FFmpeg-cvslog] checkasm/arm: align the clobber check data properly for ldrd

Janne Grunau git at videolan.org
Thu Nov 17 16:06:16 EET 2016


ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Sun Jul 10 13:23:13 2016 +0200| [8c816c0c9b12fdefd9046415e97df299880bc9b8] | committer: Janne Grunau

checkasm/arm: align the clobber check data properly for ldrd

Should fix the SIGBUS in the armv7-linux-clang-3.7 fate target.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8c816c0c9b12fdefd9046415e97df299880bc9b8
---

 tests/checkasm/arm/checkasm.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/checkasm/arm/checkasm.S b/tests/checkasm/arm/checkasm.S
index 160dba4..199c96a 100644
--- a/tests/checkasm/arm/checkasm.S
+++ b/tests/checkasm/arm/checkasm.S
@@ -22,7 +22,7 @@
 
 #include "libavutil/arm/asm.S"
 
-const register_init
+const register_init, align=3
     .quad 0x21f86d66c8ca00ce
     .quad 0x75b6ba21077c48ad
     .quad 0xed56bb2dcb3c7736



More information about the ffmpeg-cvslog mailing list