Browse code

ARM: remove needless .text/.align directives

The 'function' macro already includes the appropriate
directives.

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

Mans Rullgard authored on 2011/11/23 01:53:18
Showing 9 changed files
... ...
@@ -22,8 +22,6 @@
22 22
 
23 23
         preserve8
24 24
 
25
-        .text
26
-
27 25
 .macro  call_2x_pixels  type, subp
28 26
 function ff_\type\()_pixels16\subp\()_armv6, export=1
29 27
         push            {r0-r3, lr}
... ...
@@ -23,7 +23,6 @@
23 23
 #include "asm.S"
24 24
 
25 25
         preserve8
26
-        .text
27 26
 
28 27
 function ff_clear_block_neon, export=1
29 28
         vmov.i16        q0,  #0
... ...
@@ -28,7 +28,6 @@
28 28
 
29 29
 #define M_SQRT1_2 0.70710678118654752440
30 30
 
31
-        .text
32 31
 
33 32
 function fft4_neon
34 33
         vld1.32         {d0-d3}, [r0,:128]
... ...
@@ -23,7 +23,6 @@
23 23
 #include "asm.S"
24 24
 
25 25
         preserve8
26
-        .text
27 26
 
28 27
 function ff_float_to_int16_neon, export=1
29 28
         subs            r2,  r2,  #8
... ...
@@ -392,9 +392,6 @@ function ff_\type\()_h264_chroma_mc2_neon, export=1
392 392
 endfunc
393 393
 .endm
394 394
 
395
-        .text
396
-        .align
397
-
398 395
         h264_chroma_mc8 put
399 396
         h264_chroma_mc8 avg
400 397
         h264_chroma_mc4 put
... ...
@@ -21,7 +21,6 @@
21 21
 #include "asm.S"
22 22
 
23 23
         preserve8
24
-        .text
25 24
 
26 25
 function ff_h264_idct_add_neon, export=1
27 26
         vld1.64         {d0-d3},  [r1,:128]
... ...
@@ -23,7 +23,6 @@
23 23
 
24 24
         preserve8
25 25
         .fpu neon
26
-        .text
27 26
 
28 27
 function ff_scalarproduct_int16_neon, export=1
29 28
         vmov.i16        q0,  #0
... ...
@@ -23,8 +23,6 @@
23 23
 
24 24
         preserve8
25 25
 
26
-        .text
27
-
28 26
 #define ff_fft_calc_neon X(ff_fft_calc_neon)
29 27
 
30 28
 function ff_imdct_half_neon, export=1
... ...
@@ -53,8 +53,6 @@
53 53
 #define COL_SHIFTED_1 524288 /* 1<< (COL_SHIFT-1) */
54 54
 
55 55
 
56
-        .text
57
-
58 56
 function ff_simple_idct_arm, export=1
59 57
         @@ void simple_idct_arm(int16_t *block)
60 58
         @@ save stack for reg needed (take all of them),