Commit 232959f1 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '08cd9214'

* commit '08cd9214':
  aarch64: Use the correct syntax for relocations
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents fba0ac28 08cd9214
......@@ -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
......
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