mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 04:47:37 +08: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:
@ -44,7 +44,7 @@ ELF .type \name, %function
|
|||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro movrel rd, val
|
.macro movrel rd, val
|
||||||
#if HAVE_ARMV6T2 && !CONFIG_SHARED
|
#if HAVE_ARMV6T2 && !CONFIG_SHARED && !CONFIG_PIC
|
||||||
movw \rd, #:lower16:\val
|
movw \rd, #:lower16:\val
|
||||||
movt \rd, #:upper16:\val
|
movt \rd, #:upper16:\val
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user