mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Merge commit '08cd92144e73195eecc28ed0348e66e255516b82'
* commit '08cd92144e73195eecc28ed0348e66e255516b82': aarch64: Use the correct syntax for relocations Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
232959f184
@ -58,8 +58,8 @@ ELF .size \name, . - \name
|
||||
|
||||
.macro movrel rd, val
|
||||
#if CONFIG_PIC
|
||||
adrp \rd, #:pg_hi21:\val
|
||||
add \rd, \rd, #:lo12:\val
|
||||
adrp \rd, :pg_hi21:\val
|
||||
add \rd, \rd, :lo12:\val
|
||||
#else
|
||||
ldr \rd, =\val
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user