[libav-devel] [PATCH 1/1] arm: rewrite .func directive as .thumb_func for thumb

2014-01-22 Thread Janne Grunau
On 2014-01-22 09:54:17 +0200, Martin Storsjö wrote: On Wed, 22 Jan 2014, Janne Grunau wrote: Makes sure all local function symbols are declared as .thumb_func even if they are not directly called. fft4|65536_neon in libavcodec/arm/fft_neon.S are only accessed through saved offset in a

Re: [libav-devel] [PATCH 1/1] arm: rewrite .func directive as .thumb_func for thumb

2014-01-22 Thread Martin Storsjö
On Wed, 22 Jan 2014, Janne Grunau wrote: On 2014-01-22 09:54:17 +0200, Martin Storsjö wrote: On Wed, 22 Jan 2014, Janne Grunau wrote: Makes sure all local function symbols are declared as .thumb_func even if they are not directly called. fft4|65536_neon in libavcodec/arm/fft_neon.S are

[libav-devel] [PATCH 1/1] arm: rewrite .func directive as .thumb_func for thumb

2014-01-21 Thread Janne Grunau
Makes sure all local function symbols are declared as .thumb_func even if they are not directly called. fft4|65536_neon in libavcodec/arm/fft_neon.S are only accessed through saved offset in a table for example. Fixes fate-mdct-4 tests in libav on iOS. --- gas-preprocessor.pl | 17

Re: [libav-devel] [PATCH 1/1] arm: rewrite .func directive as .thumb_func for thumb

2014-01-21 Thread Martin Storsjö
On Wed, 22 Jan 2014, Janne Grunau wrote: Makes sure all local function symbols are declared as .thumb_func even if they are not directly called. fft4|65536_neon in libavcodec/arm/fft_neon.S are only accessed through saved offset in a table for example. Fixes fate-mdct-4 tests in libav on iOS.