Commit 00c4ef71 authored by mru's avatar mru

ARM: do not use movw/movt for relocatable values with PIC

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19886 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6a7ac9cd
...@@ -44,7 +44,7 @@ ELF .type \name, %function ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment