ARM: set Tag_ABI_align_preserved in all asm files
authorMans Rullgard <mans@mansr.com>
Tue, 2 Oct 2012 15:00:48 +0000 (16:00 +0100)
committerMans Rullgard <mans@mansr.com>
Tue, 2 Oct 2012 18:47:56 +0000 (19:47 +0100)
All our ARM asm preserves alignment so setting this attribute
in a common location is simpler.  This removes numerous warnings
when linking with armcc.

Signed-off-by: Mans Rullgard <mans@mansr.com>
12 files changed:
libavcodec/arm/dsputil_arm.S
libavcodec/arm/dsputil_armv6.S
libavcodec/arm/dsputil_neon.S
libavcodec/arm/fmtconvert_neon.S
libavcodec/arm/h264idct_neon.S
libavcodec/arm/int_neon.S
libavcodec/arm/mdct_fixed_neon.S
libavcodec/arm/mdct_neon.S
libavcodec/arm/rdft_neon.S
libavcodec/arm/synth_filter_neon.S
libavutil/arm/asm.S
libavutil/arm/float_dsp_neon.S

index 3686bef..78d7ad8 100644 (file)
@@ -22,8 +22,6 @@
 #include "config.h"
 #include "libavutil/arm/asm.S"
 
-        preserve8
-
 #if HAVE_ARMV5TE
 function ff_prefetch_arm, export=1
         subs            r2,  r2,  #1
index 6eabeee..61535a1 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "libavutil/arm/asm.S"
 
-        preserve8
-
 .macro  call_2x_pixels  type, subp
 function ff_\type\()_pixels16\subp\()_armv6, export=1
         push            {r0-r3, lr}
index 358ed61..ca1d2de 100644 (file)
@@ -22,8 +22,6 @@
 #include "config.h"
 #include "libavutil/arm/asm.S"
 
-        preserve8
-
 function ff_clear_block_neon, export=1
         vmov.i16        q0,  #0
         .rept           8
index 66ff166..41a095a 100644 (file)
@@ -22,8 +22,6 @@
 #include "config.h"
 #include "libavutil/arm/asm.S"
 
-        preserve8
-
 function ff_float_to_int16_neon, export=1
         subs            r2,  r2,  #8
         vld1.64         {d0-d1},  [r1,:128]!
index 182d3b2..b23ddb1 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "libavutil/arm/asm.S"
 
-        preserve8
-
 function ff_h264_idct_add_neon, export=1
         vld1.64         {d0-d3},  [r1,:128]
 
index 92cc518..04208c2 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "libavutil/arm/asm.S"
 
-        preserve8
         .fpu neon
 
 function ff_scalarproduct_int16_neon, export=1
index 08a3887..c77be59 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "libavutil/arm/asm.S"
 
-        preserve8
-
 .macro  prerot          dst, rt
         lsr             r3,  r6,  #2            @ n4
         add             \rt, r4,  r6,  lsr #1   @ revtab + n4
index 09dfdf4..9f7cb46 100644 (file)
@@ -21,8 +21,6 @@
 
 #include "libavutil/arm/asm.S"
 
-        preserve8
-
 #define ff_fft_calc_neon X(ff_fft_calc_neon)
 
 function ff_imdct_half_neon, export=1
index eb7433a..7d01d53 100644 (file)
@@ -21,8 +21,6 @@
 
 #include "libavutil/arm/asm.S"
 
-        preserve8
-
 function ff_rdft_calc_neon, export=1
         push            {r4-r8,lr}
 
index 6dabce6..62bb667 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "libavutil/arm/asm.S"
 
-        preserve8
-
 function ff_synth_filter_float_neon, export=1
         push            {r3-r11,lr}
 
index 50305f7..67d42e6 100644 (file)
 
         .syntax unified
 T       .thumb
-
-.macro  require8 val=1
-ELF     .eabi_attribute 24, \val
-.endm
-
-.macro  preserve8 val=1
-ELF     .eabi_attribute 25, \val
-.endm
+ELF     .eabi_attribute Tag_ABI_align_preserved, 1
 
 .macro  function name, export=0
         .set            .Lpic_idx, 0
index 03b1643..4aa6f83 100644 (file)
@@ -22,8 +22,6 @@
 #include "config.h"
 #include "asm.S"
 
-        preserve8
-
 function ff_vector_fmul_neon, export=1
         subs            r3,  r3,  #8
         vld1.32         {d0-d3},  [r1,:128]!