[FFmpeg-cvslog] ARM: use numeric ID for Tag_ABI_align_preserved

Mans Rullgard git at videolan.org
Wed Oct 3 13:52:08 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Wed Oct  3 00:42:57 2012 +0100| [51a15ed7406f73aed0986de26e16578e55ce0da3] | committer: Mans Rullgard

ARM: use numeric ID for Tag_ABI_align_preserved

Some old assemblers still in use do not support named tags.

Signed-off-by: Mans Rullgard <mans at mansr.com>

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

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

diff --git a/libavutil/arm/asm.S b/libavutil/arm/asm.S
index 67d42e6..78942c8 100644
--- a/libavutil/arm/asm.S
+++ b/libavutil/arm/asm.S
@@ -52,7 +52,7 @@
 
         .syntax unified
 T       .thumb
-ELF     .eabi_attribute Tag_ABI_align_preserved, 1
+ELF     .eabi_attribute 25, 1           @ Tag_ABI_align_preserved
 
 .macro  function name, export=0
         .set            .Lpic_idx, 0



More information about the ffmpeg-cvslog mailing list