Re: [libav-devel] [PATCH 1/1] arm: declare functions called from data table as .thumb_func

2014-01-21 Thread Martin Storsjö
On Tue, 21 Jan 2014, Janne Grunau wrote: On 2014-01-21 09:35:19 +0200, Martin Storsjö wrote: On Mon, 20 Jan 2014, Janne Grunau wrote: Handles fft4_neon and fft65536_neon from libavcodec/arm/fft_neon.S correctly which are only called through pc-relative offsets. Fixes i?mdct-4 fate tests on iO

Re: [libav-devel] [PATCH 1/1] arm: declare functions called from data table as .thumb_func

2014-01-21 Thread Janne Grunau
On 2014-01-21 09:35:19 +0200, Martin Storsjö wrote: > On Mon, 20 Jan 2014, Janne Grunau wrote: > > > Handles fft4_neon and fft65536_neon from libavcodec/arm/fft_neon.S > > correctly which are only called through pc-relative offsets. Fixes > > i?mdct-4 fate tests on iOS with thumb. > > > > Signed-o

Re: [libav-devel] [PATCH 1/1] arm: declare functions called from data table as .thumb_func

2014-01-20 Thread Martin Storsjö
On Mon, 20 Jan 2014, Janne Grunau wrote: Handles fft4_neon and fft65536_neon from libavcodec/arm/fft_neon.S correctly which are only called through pc-relative offsets. Fixes i?mdct-4 fate tests on iOS with thumb. Signed-off-by: Janne Grunau --- gas-preprocessor.pl | 6 ++ 1 file changed, 6

[libav-devel] [PATCH 1/1] arm: declare functions called from data table as .thumb_func

2014-01-20 Thread Janne Grunau
Handles fft4_neon and fft65536_neon from libavcodec/arm/fft_neon.S correctly which are only called through pc-relative offsets. Fixes i?mdct-4 fate tests on iOS with thumb. Signed-off-by: Janne Grunau --- gas-preprocessor.pl | 6 ++ 1 file changed, 6 insertions(+) diff --git a/gas-preproces