On 2015-07-17 19:18:50 +0200, Janne Grunau wrote:
> From: Csaba Osztrogonác <[email protected]>
> 
> The Tizen 3.0 toolchain seems not to be able to calculate the offset
> over the implicit it instruction resulting in an out of range
> relocation.
> 
> tested-by: Ludovic Fauvet <[email protected]>
> Bug-Id: https://bugs.webkit.org/show_bug.cgi?id=137022
> CC: [email protected]
> 
> Signed-off-by: Janne Grunau <[email protected]>
> ---
>  libavcodec/arm/videodsp_armv5te.S | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavcodec/arm/videodsp_armv5te.S 
> b/libavcodec/arm/videodsp_armv5te.S
> index bbd0a61..a79ac9d 100644
> --- a/libavcodec/arm/videodsp_armv5te.S
> +++ b/libavcodec/arm/videodsp_armv5te.S
> @@ -26,6 +26,7 @@ function ff_prefetch_arm, export=1
>          subs            r2,  r2,  #1
>          pld             [r0]
>          add             r0,  r0,  r1
> +T       it              ne
>          bne             X(ff_prefetch_arm)
>          bx              lr
>  endfunc

not the bet solution, just adding a local label avoids the relocation 
altogether. I'll send a new patch tomorrow.

Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to