ARM: align PIC offset pools to 4 bytes
authorMans Rullgard <mans@mansr.com>
Thu, 20 Sep 2012 21:53:41 +0000 (22:53 +0100)
committerMans Rullgard <mans@mansr.com>
Fri, 21 Sep 2012 06:07:58 +0000 (07:07 +0100)
commitcdb7db5acdefbb976e3004e87b8f0078d40d068f
tree3badb88f1f2ae7240a39c3756e8ed2bc3792ebf7
parenta27a690fac6d9f42464039702f8cde6777778a53
ARM: align PIC offset pools to 4 bytes

When building Thumb2 code, the end of a function, where the PIC
offsets are placed, need not be aligned.  Although the values
are only accessed with instructions allowing unaligned addresses,
keeping them aligned is preferable.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavutil/arm/asm.S