arm: Allow overriding the alignment set in the function macro
authorMartin Storsjö <martin@martin.st>
Tue, 7 Jan 2014 10:13:11 +0000 (12:13 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 7 Jan 2014 17:29:56 +0000 (19:29 +0200)
commit5dae4872357613a0b51120b54a4c5221e0ec3f69
treeb8c2f1ff1362289dd8ee16722f25b9195beb6db3
parentb7b932f5e3602bd34c3cc634b71c8bbbc0fb8dc0
arm: Allow overriding the alignment set in the function macro

The function macro always sets .align 2 before declaring the
function label (since 5c5e1ea3) and always sets the section to
.text (since 278caa6a).

The .align 5 before certain functions, added in fc252eba, were added
before .text and .align were added to the function macro and thus
became useless/unused when the function macro got them.

This restores the original intention, to align the loop entry
points.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/arm/dsputil_arm.S
libavcodec/arm/hpeldsp_arm.S
libavutil/arm/asm.S