mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
ARM: do not use movw/movt for relocatable values with PIC
Originally committed as revision 19886 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ebd3e99de9
commit
d25130eb23
@ -44,7 +44,7 @@ ELF .type \name, %function
|
||||
.endm
|
||||
|
||||
.macro movrel rd, val
|
||||
#if HAVE_ARMV6T2 && !CONFIG_SHARED
|
||||
#if HAVE_ARMV6T2 && !CONFIG_SHARED && !CONFIG_PIC
|
||||
movw \rd, #:lower16:\val
|
||||
movt \rd, #:upper16:\val
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user